Html Css Color HEX #BDDBE9 Light Blue

📋 copy color: '#BDDBE9'

red 189 ◦ green 219 ◦ blue 233

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

Shades of Light Blue #BDDBE9

Tints of Light Blue #BDDBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.35%

R = 29.49%
G = 34.17%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDDBE9 (or 0xBDDBE9) is known color: Light Blue. HEX triplet: BD, DB and E9. RGB value is (189,219,233). Sum of RGB (Red+Green+Blue) = 189+219+233=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBE9 is #422416. Grayscale: #D3D3D3. Windows color (decimal): -4334615 or 15326141. OLE color: 15326141.

HSL color Cylindrical-coordinate representation of color #BDDBE9: hue angle of 199.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDBE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 219 233 -
CMYK 0.19 0.06 0 0.09
HSL 199.09º 0.5% 0.83% -
HSV(B) 199.09º 0.19% 0.91% -
XYZ 61.03 67.37 86.88 -
YUV 211.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 189 219 233 0.19 0.06 0 0.09 199.09 0.5 0.83
Hex BD DB E9 13 6 0 9 C7 32 53
Octal 275 333 351 23 6 0 11 307 62 123
Binary 10111101 11011011 11101001 10011 110 0 1001 11000111 110010 1010011

Color Harmonies of #BDDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBE9

Black with #BDDBE9

Text Example


Text Example

White with #BDDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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