#BBD5FC

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

Shades of Pale Cornflower Blue #BBD5FC

Tints of Pale Cornflower Blue #BBD5FC

Color information

#BBD5FC (or 0xBBD5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D5 and FC. RGB value is (187,213,252). Sum of RGB (Red+Green+Blue) = 187+213+252=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5FC is #442A03. Grayscale: #D1D1D1. Windows color (decimal): -4467204 or 16569787. OLE color: 16569787.

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

Color convert

RGB187213252-
CMYK0.260.1500.01
HSL216º91.55%86.08%-
HSV(B)216º25.79%98.82%-
XYZ61.8665.18101.42-
YUV209.67151.89111.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=28.68%
G=32.67%
B=38.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872132520.260.1500.0121691.5586.08
HexBBD5FC1AF01d85c56
Octal273325374321701330134126
Binary101110111101010111111100110101111011101100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5FC; }

 p { color: rgb(187,213,252); }

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

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

 a { background-color: rgb(187,213,252); }

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

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

 span { border-color: rgb(187,213,252); }

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