#BBCAFD

Color #BBCAFD Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BBCAFD

Tints of Periwinkle #BBCAFD

Color information

#BBCAFD (or 0xBBCAFD) is unknown color: approx Periwinkle. HEX triplet: BB, CA and FD. RGB value is (187,202,253). Sum of RGB (Red+Green+Blue) = 187+202+253=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAFD is #443502. Grayscale: #CBCBCB. Windows color (decimal): -4470019 or 16632507. OLE color: 16632507.

HSL color Cylindrical-coordinate representation of color #BBCAFD: hue angle of 226.36º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCAFD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187202253-
CMYK0.260.2000.01
HSL226.36º94.29%86.27%-
HSV(B)226.36º26.09%99.22%-
XYZ59.3459.9101.36-
YUV203.33156.03116.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=29.13%
G=31.46%
B=39.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872022530.260.2000.01226.3694.2986.27
HexBBCAFD1A1401e25e56
Octal273312375322401342136126
Binary1011101111001010111111011101010100011110001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAFD; }

 p { color: rgb(187,202,253); }

 H1.HeaderClassName
 {
   color: #BBCAFD;
 }
 .AnyTagClassName
 {
   color: #BBCAFD;
 }
</style>
background-color css

<style>
 a { background-color: #BBCAFD; }

 a { background-color: rgb(187,202,253); }

 div.DivClassName
 {
   background-color: #BBCAFD;
 }
 .BgClassName
 {
   background-color: #BBCAFD;
 }
</style>
border-color css

<style>
 span { border-color: #BBCAFD; }

 span { border-color: rgb(187,202,253); }

 td.TdClassName
 {
   border-color: #BBCAFD;
 }
 .TagClassName
 {
   border-color: #BBCAFD;
 }
</style>