Html Css Color HEX #BDD7E5 Light Blue

📋 copy color: '#BDD7E5'

red 189 ◦ green 215 ◦ blue 229

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

Shades of Light Blue #BDD7E5

Tints of Light Blue #BDD7E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.18%

R = 29.86%
G = 33.97%
B = 36.18%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDD7E5 (or 0xBDD7E5) is known color: Light Blue. HEX triplet: BD, D7 and E5. RGB value is (189,215,229). Sum of RGB (Red+Green+Blue) = 189+215+229=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7E5 is #42281A. Grayscale: #D0D0D0. Windows color (decimal): -4335643 or 15062973. OLE color: 15062973.

HSL color Cylindrical-coordinate representation of color #BDD7E5: hue angle of 201º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD7E5 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 215 229 -
CMYK 0.17 0.06 0 0.10
HSL 201º 0.43% 0.82% -
HSV(B) 201º 0.17% 0.9% -
XYZ 59.43 65.08 83.56 -
YUV 208.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 189 215 229 0.17 0.06 0 0.10 201 0.43 0.82
Hex BD D7 E5 11 6 0 A C9 2B 52
Octal 275 327 345 21 6 0 12 311 53 122
Binary 10111101 11010111 11100101 10001 110 0 1010 11001001 101011 1010010

Color Harmonies of #BDD7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7E5

Black with #BDD7E5

Text Example


Text Example

White with #BDD7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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