Html Css Color HEX #BDD8E9 Light Blue

📋 copy color: '#BDD8E9'

red 189 ◦ green 216 ◦ blue 233

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

Shades of Light Blue #BDD8E9

Tints of Light Blue #BDD8E9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.86%

 BLUE value IS 233 (91.41% from 255) = 36.52%

R = 29.62%
G = 33.86%
B = 36.52%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDD8E9 (or 0xBDD8E9) is known color: Light Blue. HEX triplet: BD, D8 and E9. RGB value is (189,216,233). Sum of RGB (Red+Green+Blue) = 189+216+233=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8E9 is #422716. Grayscale: #D1D1D1. Windows color (decimal): -4335383 or 15325373. OLE color: 15325373.

HSL color Cylindrical-coordinate representation of color #BDD8E9: hue angle of 203.18º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD8E9 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 216 233 -
CMYK 0.19 0.07 0 0.09
HSL 203.18º 0.5% 0.83% -
HSV(B) 203.18º 0.19% 0.91% -
XYZ 60.25 65.81 86.62 -
YUV 209.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 189 216 233 0.19 0.07 0 0.09 203.18 0.5 0.83
Hex BD D8 E9 13 7 0 9 CB 32 53
Octal 275 330 351 23 7 0 11 313 62 123
Binary 10111101 11011000 11101001 10011 111 0 1001 11001011 110010 1010011

Color Harmonies of #BDD8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8E9

Black with #BDD8E9

Text Example


Text Example

White with #BDD8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8E9; }

 p { color: rgb(189,216,233); }

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

background-color css

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

 a { background-color: rgb(189,216,233); }

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

border-color css

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

 span { border-color: rgb(189,216,233); }

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