#BBD4FF

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

Shades of Pale Cornflower Blue #BBD4FF

Tints of Pale Cornflower Blue #BBD4FF

Color information

#BBD4FF (or 0xBBD4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and FF. RGB value is (187,212,255). Sum of RGB (Red+Green+Blue) = 187+212+255=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4FF is #442B00. Grayscale: #D1D1D1. Windows color (decimal): -4467457 or 16766139. OLE color: 16766139.

HSL color Cylindrical-coordinate representation of color #BBD4FF: hue angle of 217.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD4FF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187212255-
CMYK0.270.1700
HSL217.94º100%86.67%-
HSV(B)217.94º26.67%100%-
XYZ62.0964.87103.86-
YUV209.43153.72112-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 212 (83.20% from 255) = 32.42%
BLUE value IS 255 (100% from 255) = 38.99%
R=28.59%
G=32.42%
B=38.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872122550.270.1700217.9410086.67
HexBBD4FF1B1100da6457
Octal273324377332100332144127
Binary1011101111010100111111111101110001001101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4FF; }

 p { color: rgb(187,212,255); }

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

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

 a { background-color: rgb(187,212,255); }

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

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

 span { border-color: rgb(187,212,255); }

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