#BBCAF5

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

Shades of Periwinkle #BBCAF5

Tints of Periwinkle #BBCAF5

Color information

#BBCAF5 (or 0xBBCAF5) is unknown color: approx Periwinkle. HEX triplet: BB, CA and F5. RGB value is (187,202,245). Sum of RGB (Red+Green+Blue) = 187+202+245=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF5 is #44350A. Grayscale: #CACACA. Windows color (decimal): -4470027 or 16108219. OLE color: 16108219.

HSL color Cylindrical-coordinate representation of color #BBCAF5: hue angle of 224.48º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBCAF5 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187202245-
CMYK0.240.1800.04
HSL224.48º74.36%84.71%-
HSV(B)224.48º23.67%96.08%-
XYZ58.159.494.79-
YUV202.42152.03117-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=29.50%
G=31.86%
B=38.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872022450.240.1800.04224.4874.3684.71
HexBBCAF5181204e04a55
Octal273312365302204340112125
Binary101110111100101011110101110001001001001110000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAF5; }

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

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

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

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

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

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

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

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