Html Css Color HEX #BDDBEE Light Blue

📋 copy color: '#BDDBEE'

red 189 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #BDDBEE

Tints of Light Blue #BDDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.9%

 BLUE value IS 238 (93.36% from 255) = 36.84%

R = 29.26%
G = 33.9%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDDBEE (or 0xBDDBEE) is known color: Light Blue. HEX triplet: BD, DB and EE. RGB value is (189,219,238). Sum of RGB (Red+Green+Blue) = 189+219+238=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBEE is #422411. Grayscale: #D4D4D4. Windows color (decimal): -4334610 or 15653821. OLE color: 15653821.

HSL color Cylindrical-coordinate representation of color #BDDBEE: hue angle of 203.27º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDBEE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 219 238 -
CMYK 0.21 0.08 0 0.07
HSL 203.27º 0.59% 0.84% -
HSV(B) 203.27º 0.21% 0.93% -
XYZ 61.75 67.65 90.69 -
YUV 212.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 189 219 238 0.21 0.08 0 0.07 203.27 0.59 0.84
Hex BD DB EE 15 8 0 7 CB 3B 54
Octal 275 333 356 25 10 0 7 313 73 124
Binary 10111101 11011011 11101110 10101 1000 0 111 11001011 111011 1010100

Color Harmonies of #BDDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBEE

Black with #BDDBEE

Text Example


Text Example

White with #BDDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBEE; }

 p { color: rgb(189,219,238); }

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

background-color css

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

 a { background-color: rgb(189,219,238); }

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

border-color css

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

 span { border-color: rgb(189,219,238); }

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