Html Css Color HEX #BDD5E6 Light Blue

📋 copy color: '#BDD5E6'

red 189 ◦ green 213 ◦ blue 230

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

Shades of Light Blue #BDD5E6

Tints of Light Blue #BDD5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.39%

R = 29.91%
G = 33.7%
B = 36.39%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDD5E6 (or 0xBDD5E6) is known color: Light Blue. HEX triplet: BD, D5 and E6. RGB value is (189,213,230). Sum of RGB (Red+Green+Blue) = 189+213+230=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5E6 is #422A19. Grayscale: #CFCFCF. Windows color (decimal): -4336154 or 15127997. OLE color: 15127997.

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

Color convert

RGB 189 213 230 -
CMYK 0.18 0.07 0 0.10
HSL 204.88º 0.45% 0.82% -
HSV(B) 204.88º 0.18% 0.9% -
XYZ 59.06 64.12 84.13 -
YUV 207.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 189 213 230 0.18 0.07 0 0.10 204.88 0.45 0.82
Hex BD D5 E6 12 7 0 A CD 2D 52
Octal 275 325 346 22 7 0 12 315 55 122
Binary 10111101 11010101 11100110 10010 111 0 1010 11001101 101101 1010010

Color Harmonies of #BDD5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5E6

Black with #BDD5E6

Text Example


Text Example

White with #BDD5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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