#BDDCF3

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

Shades of Pale Cornflower Blue #BDDCF3

Tints of Pale Cornflower Blue #BDDCF3

Color information

#BDDCF3 (or 0xBDDCF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DC and F3. RGB value is (189,220,243). Sum of RGB (Red+Green+Blue) = 189+220+243=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF3 is #42230C. Grayscale: #D5D5D5. Windows color (decimal): -4334349 or 15981757. OLE color: 15981757.

HSL color Cylindrical-coordinate representation of color #BDDCF3: hue angle of 205.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDCF3 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189220243-
CMYK0.220.0900.05
HSL205.56º69.23%84.71%-
HSV(B)205.56º22.22%95.29%-
XYZ62.7668.4894.7-
YUV213.35144.73110.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=28.99%
G=33.74%
B=37.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892202430.220.0900.05205.5669.2384.71
HexBDDCF316905ce4555
Octal275334363261105316105125
Binary10111101110111001111001110110100101011100111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCF3; }

 p { color: rgb(189,220,243); }

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

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

 a { background-color: rgb(189,220,243); }

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

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

 span { border-color: rgb(189,220,243); }

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