Html Css Color HEX #BDD7ED Pale Cornflower Blue

📋 copy color: '#BDD7ED'

red 189 ◦ green 215 ◦ blue 237

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

Shades of Pale Cornflower Blue #BDD7ED

Tints of Pale Cornflower Blue #BDD7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 29.49%
G = 33.54%
B = 36.97%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDD7ED (or 0xBDD7ED) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and ED. RGB value is (189,215,237). Sum of RGB (Red+Green+Blue) = 189+215+237=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7ED is #422812. Grayscale: #D1D1D1. Windows color (decimal): -4335635 or 15587261. OLE color: 15587261.

HSL color Cylindrical-coordinate representation of color #BDD7ED: hue angle of 207.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD7ED is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 215 237 -
CMYK 0.20 0.09 0 0.07
HSL 207.5º 0.57% 0.84% -
HSV(B) 207.5º 0.2% 0.93% -
XYZ 60.57 65.53 89.58 -
YUV 209.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 189 215 237 0.20 0.09 0 0.07 207.5 0.57 0.84
Hex BD D7 ED 14 9 0 7 D0 39 54
Octal 275 327 355 24 11 0 7 320 71 124
Binary 10111101 11010111 11101101 10100 1001 0 111 11010000 111001 1010100

Color Harmonies of #BDD7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7ED

Black with #BDD7ED

Text Example


Text Example

White with #BDD7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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