Html Css Color HEX #BDD7F9 Pale Cornflower Blue

📋 copy color: '#BDD7F9'

red 189 ◦ green 215 ◦ blue 249

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

Shades of Pale Cornflower Blue #BDD7F9

Tints of Pale Cornflower Blue #BDD7F9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.92%

 BLUE value IS 249 (97.66% from 255) = 38.13%

R = 28.94%
G = 32.92%
B = 38.13%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDD7F9 (or 0xBDD7F9) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and F9. RGB value is (189,215,249). Sum of RGB (Red+Green+Blue) = 189+215+249=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDD7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7F9 is #422806. Grayscale: #D2D2D2. Windows color (decimal): -4335623 or 16373693. OLE color: 16373693.

HSL color Cylindrical-coordinate representation of color #BDD7F9: hue angle of 214º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD7F9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 215 249 -
CMYK 0.24 0.14 0 0.02
HSL 214º 0.83% 0.86% -
HSV(B) 214º 0.24% 0.98% -
XYZ 62.39 66.26 99.12 -
YUV 211.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 189 215 249 0.24 0.14 0 0.02 214 0.83 0.86
Hex BD D7 F9 18 E 0 2 D6 53 56
Octal 275 327 371 30 16 0 2 326 123 126
Binary 10111101 11010111 11111001 11000 1110 0 10 11010110 1010011 1010110

Color Harmonies of #BDD7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7F9

Black with #BDD7F9

Text Example


Text Example

White with #BDD7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7F9; }

 p { color: rgb(189,215,249); }

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

background-color css

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

 a { background-color: rgb(189,215,249); }

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

border-color css

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

 span { border-color: rgb(189,215,249); }

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