Html Css Color HEX #BDD8EA Light Blue

📋 copy color: '#BDD8EA'

red 189 ◦ green 216 ◦ blue 234

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

Shades of Light Blue #BDD8EA

Tints of Light Blue #BDD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.8%

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 29.58%
G = 33.8%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDD8EA (or 0xBDD8EA) is known color: Light Blue. HEX triplet: BD, D8 and EA. RGB value is (189,216,234). Sum of RGB (Red+Green+Blue) = 189+216+234=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8EA is #422715. Grayscale: #D1D1D1. Windows color (decimal): -4335382 or 15390909. OLE color: 15390909.

HSL color Cylindrical-coordinate representation of color #BDD8EA: hue angle of 204º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD8EA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 216 234 -
CMYK 0.19 0.08 0 0.08
HSL 204º 0.52% 0.83% -
HSV(B) 204º 0.19% 0.92% -
XYZ 60.39 65.87 87.37 -
YUV 209.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 189 216 234 0.19 0.08 0 0.08 204 0.52 0.83
Hex BD D8 EA 13 8 0 8 CC 34 53
Octal 275 330 352 23 10 0 10 314 64 123
Binary 10111101 11011000 11101010 10011 1000 0 1000 11001100 110100 1010011

Color Harmonies of #BDD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8EA

Black with #BDD8EA

Text Example


Text Example

White with #BDD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8EA; }

 p { color: rgb(189,216,234); }

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

background-color css

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

 a { background-color: rgb(189,216,234); }

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

border-color css

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

 span { border-color: rgb(189,216,234); }

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