#BBD5FB

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

Shades of Pale Cornflower Blue #BBD5FB

Tints of Pale Cornflower Blue #BBD5FB

Color information

#BBD5FB (or 0xBBD5FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D5 and FB. RGB value is (187,213,251). Sum of RGB (Red+Green+Blue) = 187+213+251=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5FB is #442A04. Grayscale: #D1D1D1. Windows color (decimal): -4467205 or 16504251. OLE color: 16504251.

HSL color Cylindrical-coordinate representation of color #BBD5FB: hue angle of 215.62º degrees, saturation: 0.89, 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 #BBD5FB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187213251-
CMYK0.250.1500.02
HSL215.62º88.89%85.88%-
HSV(B)215.62º25.5%98.43%-
XYZ61.765.12100.58-
YUV209.56151.39111.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=28.73%
G=32.72%
B=38.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872132510.250.1500.02215.6288.8985.88
HexBBD5FB19F02d85956
Octal273325373311702330131126
Binary1011101111010101111110111100111110101101100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5FB; }

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

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

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

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

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

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

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

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