Html Css Color HEX #BDD7EB Pale Cornflower Blue

📋 copy color: '#BDD7EB'

red 189 ◦ green 215 ◦ blue 235

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

Shades of Pale Cornflower Blue #BDD7EB

Tints of Pale Cornflower Blue #BDD7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 29.58%
G = 33.65%
B = 36.78%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDD7EB (or 0xBDD7EB) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and EB. RGB value is (189,215,235). Sum of RGB (Red+Green+Blue) = 189+215+235=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7EB is #422814. Grayscale: #D1D1D1. Windows color (decimal): -4335637 or 15456189. OLE color: 15456189.

HSL color Cylindrical-coordinate representation of color #BDD7EB: hue angle of 206.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD7EB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 215 235 -
CMYK 0.20 0.09 0 0.08
HSL 206.09º 0.53% 0.83% -
HSV(B) 206.09º 0.2% 0.92% -
XYZ 60.28 65.42 88.05 -
YUV 209.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 189 215 235 0.20 0.09 0 0.08 206.09 0.53 0.83
Hex BD D7 EB 14 9 0 8 CE 35 53
Octal 275 327 353 24 11 0 10 316 65 123
Binary 10111101 11010111 11101011 10100 1001 0 1000 11001110 110101 1010011

Color Harmonies of #BDD7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7EB

Black with #BDD7EB

Text Example


Text Example

White with #BDD7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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