#BDDBF1

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

Shades of Pale Cornflower Blue #BDDBF1

Tints of Pale Cornflower Blue #BDDBF1

Color information

#BDDBF1 (or 0xBDDBF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DB and F1. RGB value is (189,219,241). Sum of RGB (Red+Green+Blue) = 189+219+241=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBF1 is #42240E. Grayscale: #D4D4D4. Windows color (decimal): -4334607 or 15850429. OLE color: 15850429.

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

Color convert

RGB189219241-
CMYK0.220.0900.05
HSL205.38º65%84.31%-
HSV(B)205.38º21.58%94.51%-
XYZ62.1967.8393.03-
YUV212.54144.06111.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=29.12%
G=33.74%
B=37.13%

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
Decimal1892192410.220.0900.05205.386584.31
HexBDDBF116905cd4154
Octal275333361261105315101124
Binary10111101110110111111000110110100101011100110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBF1; }

 p { color: rgb(189,219,241); }

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

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

 a { background-color: rgb(189,219,241); }

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

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

 span { border-color: rgb(189,219,241); }

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