#BBCAF3

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

Shades of Periwinkle #BBCAF3

Tints of Periwinkle #BBCAF3

Color information

#BBCAF3 (or 0xBBCAF3) is unknown color: approx Periwinkle. HEX triplet: BB, CA and F3. RGB value is (187,202,243). Sum of RGB (Red+Green+Blue) = 187+202+243=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF3 is #44350C. Grayscale: #CACACA. Windows color (decimal): -4470029 or 15977147. OLE color: 15977147.

HSL color Cylindrical-coordinate representation of color #BBCAF3: hue angle of 223.93º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCAF3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187202243-
CMYK0.230.1700.05
HSL223.93º70%84.31%-
HSV(B)223.93º23.05%95.29%-
XYZ57.7959.2893.19-
YUV202.19151.03117.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=29.59%
G=31.96%
B=38.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872022430.230.1700.05223.937084.31
HexBBCAF3171105e04654
Octal273312363272105340106124
Binary101110111100101011110011101111000101011110000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAF3; }

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

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

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

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

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

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

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

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