#BBD3FF

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

Shades of Pale Cornflower Blue #BBD3FF

Tints of Pale Cornflower Blue #BBD3FF

Color information

#BBD3FF (or 0xBBD3FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D3 and FF. RGB value is (187,211,255). Sum of RGB (Red+Green+Blue) = 187+211+255=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3FF is #442C00. Grayscale: #D0D0D0. Windows color (decimal): -4467713 or 16765883. OLE color: 16765883.

HSL color Cylindrical-coordinate representation of color #BBD3FF: hue angle of 218.82º 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 #BBD3FF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187211255-
CMYK0.270.1700
HSL218.82º100%86.67%-
HSV(B)218.82º26.67%100%-
XYZ61.8464.37103.77-
YUV208.84154.05112.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 255 (100% from 255) = 39.05%
R=28.64%
G=32.31%
B=39.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872112550.270.1700218.8210086.67
HexBBD3FF1B1100db6457
Octal273323377332100333144127
Binary1011101111010011111111111101110001001101101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3FF; }

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

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

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

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

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

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

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

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