#BBCCF2

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

Shades of Periwinkle #BBCCF2

Tints of Periwinkle #BBCCF2

Color information

#BBCCF2 (or 0xBBCCF2) is unknown color: approx Periwinkle. HEX triplet: BB, CC and F2. RGB value is (187,204,242). Sum of RGB (Red+Green+Blue) = 187+204+242=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF2 is #44330D. Grayscale: #CBCBCB. Windows color (decimal): -4469518 or 15912123. OLE color: 15912123.

HSL color Cylindrical-coordinate representation of color #BBCCF2: hue angle of 221.45º degrees, saturation: 0.68, 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 #BBCCF2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187204242-
CMYK0.230.1600.05
HSL221.45º67.9%84.12%-
HSV(B)221.45º22.73%94.9%-
XYZ58.1160.1692.55-
YUV203.25149.87116.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=29.54%
G=32.23%
B=38.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872042420.230.1600.05221.4567.984.12
HexBBCCF2171005dd4454
Octal273314362272005335104124
Binary101110111100110011110010101111000001011101110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCF2; }

 p { color: rgb(187,204,242); }

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

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

 a { background-color: rgb(187,204,242); }

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

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

 span { border-color: rgb(187,204,242); }

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