#BBD6FA

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

Shades of Pale Cornflower Blue #BBD6FA

Tints of Pale Cornflower Blue #BBD6FA

Color information

#BBD6FA (or 0xBBD6FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D6 and FA. RGB value is (187,214,250). Sum of RGB (Red+Green+Blue) = 187+214+250=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6FA is #442905. Grayscale: #D1D1D1. Windows color (decimal): -4466950 or 16438971. OLE color: 16438971.

HSL color Cylindrical-coordinate representation of color #BBD6FA: hue angle of 214.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD6FA is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187214250-
CMYK0.250.1400.02
HSL214.29º86.3%85.69%-
HSV(B)214.29º25.2%98.04%-
XYZ61.865.5699.84-
YUV210.03150.55111.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=28.73%
G=32.87%
B=38.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872142500.250.1400.02214.2986.385.69
HexBBD6FA19E02d65656
Octal273326372311602326126126
Binary1011101111010110111110101100111100101101011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6FA; }

 p { color: rgb(187,214,250); }

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

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

 a { background-color: rgb(187,214,250); }

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

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

 span { border-color: rgb(187,214,250); }

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