Html Css Color HEX #BDD9F7 Pale Cornflower Blue

📋 copy color: '#BDD9F7'

red 189 ◦ green 217 ◦ blue 247

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

Shades of Pale Cornflower Blue #BDD9F7

Tints of Pale Cornflower Blue #BDD9F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.83%

R = 28.94%
G = 33.23%
B = 37.83%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDD9F7 (or 0xBDD9F7) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and F7. RGB value is (189,217,247). Sum of RGB (Red+Green+Blue) = 189+217+247=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDD9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F7 is #422608. Grayscale: #D3D3D3. Windows color (decimal): -4335113 or 16243133. OLE color: 16243133.

HSL color Cylindrical-coordinate representation of color #BDD9F7: hue angle of 211.03º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD9F7 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 217 247 -
CMYK 0.23 0.12 0 0.03
HSL 211.03º 0.78% 0.85% -
HSV(B) 211.03º 0.23% 0.97% -
XYZ 62.59 67.16 97.66 -
YUV 212.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 189 217 247 0.23 0.12 0 0.03 211.03 0.78 0.85
Hex BD D9 F7 17 C 0 3 D3 4E 55
Octal 275 331 367 27 14 0 3 323 116 125
Binary 10111101 11011001 11110111 10111 1100 0 11 11010011 1001110 1010101

Color Harmonies of #BDD9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9F7

Black with #BDD9F7

Text Example


Text Example

White with #BDD9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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