Html Css Color HEX #BDD9ED Light Blue

📋 copy color: '#BDD9ED'

red 189 ◦ green 217 ◦ blue 237

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

Shades of Light Blue #BDD9ED

Tints of Light Blue #BDD9ED

RGB

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

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

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

R = 29.39%
G = 33.75%
B = 36.86%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDD9ED (or 0xBDD9ED) is known color: Light Blue. HEX triplet: BD, D9 and ED. RGB value is (189,217,237). Sum of RGB (Red+Green+Blue) = 189+217+237=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9ED is #422612. Grayscale: #D2D2D2. Windows color (decimal): -4335123 or 15587773. OLE color: 15587773.

HSL color Cylindrical-coordinate representation of color #BDD9ED: hue angle of 205º 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 #BDD9ED is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 217 237 -
CMYK 0.20 0.08 0 0.07
HSL 205º 0.57% 0.84% -
HSV(B) 205º 0.2% 0.93% -
XYZ 61.09 66.56 89.75 -
YUV 210.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 189 217 237 0.20 0.08 0 0.07 205 0.57 0.84
Hex BD D9 ED 14 8 0 7 CD 39 54
Octal 275 331 355 24 10 0 7 315 71 124
Binary 10111101 11011001 11101101 10100 1000 0 111 11001101 111001 1010100

Color Harmonies of #BDD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9ED

Black with #BDD9ED

Text Example


Text Example

White with #BDD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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