#BBCCF8

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

Shades of Periwinkle #BBCCF8

Tints of Periwinkle #BBCCF8

Color information

#BBCCF8 (or 0xBBCCF8) is unknown color: approx Periwinkle. HEX triplet: BB, CC and F8. RGB value is (187,204,248). Sum of RGB (Red+Green+Blue) = 187+204+248=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBCCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF8 is #443307. Grayscale: #CBCBCB. Windows color (decimal): -4469512 or 16305339. OLE color: 16305339.

HSL color Cylindrical-coordinate representation of color #BBCCF8: hue angle of 223.28º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCCF8 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187204248-
CMYK0.250.1800.03
HSL223.28º81.33%85.29%-
HSV(B)223.28º24.6%97.25%-
XYZ59.0360.5397.38-
YUV203.93152.87115.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 248 (97.27% from 255) = 38.81%
R=29.26%
G=31.92%
B=38.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872042480.250.1800.03223.2881.3385.29
HexBBCCF8191203df5155
Octal273314370312203337121125
Binary10111011110011001111100011001100100111101111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCF8; }

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

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

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

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

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

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

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

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