#BBDFFD

Color #BBDFFD Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BBDFFD

Tints of Pale Cornflower Blue #BBDFFD

Color information

#BBDFFD (or 0xBBDFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DF and FD. RGB value is (187,223,253). Sum of RGB (Red+Green+Blue) = 187+223+253=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFFD is #442002. Grayscale: #D7D7D7. Windows color (decimal): -4464643 or 16637883. OLE color: 16637883.

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

Color convert

RGB187223253-
CMYK0.260.1200.01
HSL207.27º94.29%86.27%-
HSV(B)207.27º26.09%99.22%-
XYZ64.6170.43103.12-
YUV215.66149.07107.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=28.21%
G=33.63%
B=38.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872232530.260.1200.01207.2794.2986.27
HexBBDFFD1AC01cf5e56
Octal273337375321401317136126
Binary101110111101111111111101110101100011100111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFFD; }

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

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

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

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

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

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

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

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