#BDDAFB

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

Shades of Pale Cornflower Blue #BDDAFB

Tints of Pale Cornflower Blue #BDDAFB

Color information

#BDDAFB (or 0xBDDAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and FB. RGB value is (189,218,251). Sum of RGB (Red+Green+Blue) = 189+218+251=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFB is #422504. Grayscale: #D4D4D4. Windows color (decimal): -4334853 or 16505533. OLE color: 16505533.

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

Color convert

RGB189218251-
CMYK0.250.1300.02
HSL211.94º88.57%86.27%-
HSV(B)211.94º24.7%98.43%-
XYZ63.4767.93101.03-
YUV213.09149.39110.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=28.72%
G=33.13%
B=38.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892182510.250.1300.02211.9488.5786.27
HexBDDAFB19D02d45956
Octal275332373311502324131126
Binary1011110111011010111110111100111010101101010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAFB; }

 p { color: rgb(189,218,251); }

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

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

 a { background-color: rgb(189,218,251); }

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

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

 span { border-color: rgb(189,218,251); }

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