Html Css Color HEX #BDD9E1 Light Blue

📋 copy color: '#BDD9E1'

red 189 ◦ green 217 ◦ blue 225

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

Shades of Light Blue #BDD9E1

Tints of Light Blue #BDD9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.66%

R = 29.95%
G = 34.39%
B = 35.66%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDD9E1 (or 0xBDD9E1) is known color: Light Blue. HEX triplet: BD, D9 and E1. RGB value is (189,217,225). Sum of RGB (Red+Green+Blue) = 189+217+225=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDD9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9E1 is #42261E. Grayscale: #D1D1D1. Windows color (decimal): -4335135 or 14801341. OLE color: 14801341.

HSL color Cylindrical-coordinate representation of color #BDD9E1: hue angle of 193.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD9E1 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 217 225 -
CMYK 0.16 0.04 0 0.12
HSL 193.33º 0.38% 0.81% -
HSV(B) 193.33º 0.16% 0.88% -
XYZ 59.39 65.88 80.82 -
YUV 209.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 189 217 225 0.16 0.04 0 0.12 193.33 0.38 0.81
Hex BD D9 E1 10 4 0 C C1 26 51
Octal 275 331 341 20 4 0 14 301 46 121
Binary 10111101 11011001 11100001 10000 100 0 1100 11000001 100110 1010001

Color Harmonies of #BDD9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9E1

Black with #BDD9E1

Text Example


Text Example

White with #BDD9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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