#BBCCFD

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

Shades of Periwinkle #BBCCFD

Tints of Periwinkle #BBCCFD

Color information

#BBCCFD (or 0xBBCCFD) is unknown color: approx Periwinkle. HEX triplet: BB, CC and FD. RGB value is (187,204,253). Sum of RGB (Red+Green+Blue) = 187+204+253=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCFD is #443302. Grayscale: #CCCCCC. Windows color (decimal): -4469507 or 16633019. OLE color: 16633019.

HSL color Cylindrical-coordinate representation of color #BBCCFD: hue angle of 224.55º 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 #BBCCFD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187204253-
CMYK0.260.1900.01
HSL224.55º94.29%86.27%-
HSV(B)224.55º26.09%99.22%-
XYZ59.8260.84101.52-
YUV204.5155.37115.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=29.04%
G=31.68%
B=39.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872042530.260.1900.01224.5594.2986.27
HexBBCCFD1A1301e15e56
Octal273314375322301341136126
Binary1011101111001100111111011101010011011110000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCFD; }

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

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

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

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

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

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

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

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