Html Css Color HEX #BDD9F1 Pale Cornflower Blue

📋 copy color: '#BDD9F1'

red 189 ◦ green 217 ◦ blue 241

#BDD9F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BDD9F1

Tints of Pale Cornflower Blue #BDD9F1

RGB

 RED value IS 189 (74.22% from 255) = 29.21%

 GREEN value IS 217 (85.16% from 255) = 33.54%

 BLUE value IS 241 (94.53% from 255) = 37.25%

R = 29.21%
G = 33.54%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDD9F1 (or 0xBDD9F1) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and F1. RGB value is (189,217,241). Sum of RGB (Red+Green+Blue) = 189+217+241=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F1 is #42260E. Grayscale: #D3D3D3. Windows color (decimal): -4335119 or 15849917. OLE color: 15849917.

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

Color convert

RGB 189 217 241 -
CMYK 0.22 0.10 0 0.05
HSL 207.69º 0.65% 0.84% -
HSV(B) 207.69º 0.22% 0.95% -
XYZ 61.68 66.8 92.86 -
YUV 211.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 189 217 241 0.22 0.10 0 0.05 207.69 0.65 0.84
Hex BD D9 F1 16 A 0 5 D0 41 54
Octal 275 331 361 26 12 0 5 320 101 124
Binary 10111101 11011001 11110001 10110 1010 0 101 11010000 1000001 1010100

Color Harmonies of #BDD9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9F1

Black with #BDD9F1

Text Example


Text Example

White with #BDD9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9F1; }

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

 H1.HeaderClassName
 {
   color: #BDD9F1;
 }
 .AnyTagClassName
 {
   color: #BDD9F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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