#BDDAF1

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

Shades of Pale Cornflower Blue #BDDAF1

Tints of Pale Cornflower Blue #BDDAF1

Color information

#BDDAF1 (or 0xBDDAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and F1. RGB value is (189,218,241). Sum of RGB (Red+Green+Blue) = 189+218+241=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAF1 is #42250E. Grayscale: #D3D3D3. Windows color (decimal): -4334863 or 15850173. OLE color: 15850173.

HSL color Cylindrical-coordinate representation of color #BDDAF1: hue angle of 206.54º 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 #BDDAF1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189218241-
CMYK0.220.1000.05
HSL206.54º65%84.31%-
HSV(B)206.54º21.58%94.51%-
XYZ61.9367.3192.95-
YUV211.95144.39111.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=29.17%
G=33.64%
B=37.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892182410.220.1000.05206.546584.31
HexBDDAF116A05cf4154
Octal275332361261205317101124
Binary10111101110110101111000110110101001011100111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAF1; }

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

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

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

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

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

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

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

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