Html Css Color HEX #BDD5DD Light Blue

📋 copy color: '#BDD5DD'

red 189 ◦ green 213 ◦ blue 221

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

Shades of Light Blue #BDD5DD

Tints of Light Blue #BDD5DD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.19%

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 30.34%
G = 34.19%
B = 35.47%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD5DD (or 0xBDD5DD) is known color: Light Blue. HEX triplet: BD, D5 and DD. RGB value is (189,213,221). Sum of RGB (Red+Green+Blue) = 189+213+221=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5DD is #422A22. Grayscale: #CECECE. Windows color (decimal): -4336163 or 14538173. OLE color: 14538173.

HSL color Cylindrical-coordinate representation of color #BDD5DD: hue angle of 195º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD5DD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 213 221 -
CMYK 0.14 0.04 0 0.13
HSL 195º 0.32% 0.8% -
HSV(B) 195º 0.14% 0.87% -
XYZ 57.83 63.63 77.64 -
YUV 206.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 189 213 221 0.14 0.04 0 0.13 195 0.32 0.8
Hex BD D5 DD E 4 0 D C3 20 50
Octal 275 325 335 16 4 0 15 303 40 120
Binary 10111101 11010101 11011101 1110 100 0 1101 11000011 100000 1010000

Color Harmonies of #BDD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5DD

Black with #BDD5DD

Text Example


Text Example

White with #BDD5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5DD; }

 p { color: rgb(189,213,221); }

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

background-color css

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

 a { background-color: rgb(189,213,221); }

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

border-color css

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

 span { border-color: rgb(189,213,221); }

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