Html Css Color HEX #BDD7DE Light Blue

📋 copy color: '#BDD7DE'

red 189 ◦ green 215 ◦ blue 222

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

Shades of Light Blue #BDD7DE

Tints of Light Blue #BDD7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 30.19%
G = 34.35%
B = 35.46%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD7DE (or 0xBDD7DE) is known color: Light Blue. HEX triplet: BD, D7 and DE. RGB value is (189,215,222). Sum of RGB (Red+Green+Blue) = 189+215+222=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DE is #422821. Grayscale: #CFCFCF. Windows color (decimal): -4335650 or 14604221. OLE color: 14604221.

HSL color Cylindrical-coordinate representation of color #BDD7DE: hue angle of 192.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD7DE is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 215 222 -
CMYK 0.15 0.03 0 0.13
HSL 192.73º 0.33% 0.81% -
HSV(B) 192.73º 0.15% 0.87% -
XYZ 58.47 64.69 78.51 -
YUV 208.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 189 215 222 0.15 0.03 0 0.13 192.73 0.33 0.81
Hex BD D7 DE F 3 0 D C1 21 51
Octal 275 327 336 17 3 0 15 301 41 121
Binary 10111101 11010111 11011110 1111 11 0 1101 11000001 100001 1010001

Color Harmonies of #BDD7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7DE

Black with #BDD7DE

Text Example


Text Example

White with #BDD7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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