Html Css Color HEX #BDD6F9 Pale Cornflower Blue

📋 copy color: '#BDD6F9'

red 189 ◦ green 214 ◦ blue 249

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

Shades of Pale Cornflower Blue #BDD6F9

Tints of Pale Cornflower Blue #BDD6F9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.82%

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

R = 28.99%
G = 32.82%
B = 38.19%

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

#BDD6F9 (or 0xBDD6F9) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and F9. RGB value is (189,214,249). Sum of RGB (Red+Green+Blue) = 189+214+249=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDD6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6F9 is #422906. Grayscale: #D2D2D2. Windows color (decimal): -4335879 or 16373437. OLE color: 16373437.

HSL color Cylindrical-coordinate representation of color #BDD6F9: hue angle of 215º 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 #BDD6F9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

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

Color Harmonies of #BDD6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6F9

Black with #BDD6F9

Text Example


Text Example

White with #BDD6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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