#BBD5FE

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

Shades of Pale Cornflower Blue #BBD5FE

Tints of Pale Cornflower Blue #BBD5FE

Color information

#BBD5FE (or 0xBBD5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D5 and FE. RGB value is (187,213,254). Sum of RGB (Red+Green+Blue) = 187+213+254=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5FE is #442A01. Grayscale: #D1D1D1. Windows color (decimal): -4467202 or 16700859. OLE color: 16700859.

HSL color Cylindrical-coordinate representation of color #BBD5FE: hue angle of 216.72º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD5FE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187213254-
CMYK0.260.1600.00
HSL216.72º97.1%86.47%-
HSV(B)216.72º26.38%99.61%-
XYZ62.1865.31103.09-
YUV209.9152.89111.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=28.59%
G=32.57%
B=38.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872132540.260.1600.00216.7297.186.47
HexBBD5FE1A1000d96156
Octal273325376322000331141126
Binary1011101111010101111111101101010000001101100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5FE; }

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

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

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

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

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

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

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

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