Html Css Color HEX #BDDBE6 Light Blue

📋 copy color: '#BDDBE6'

red 189 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #BDDBE6

Tints of Light Blue #BDDBE6

RGB

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

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

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

R = 29.62%
G = 34.33%
B = 36.05%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDDBE6 (or 0xBDDBE6) is known color: Light Blue. HEX triplet: BD, DB and E6. RGB value is (189,219,230). Sum of RGB (Red+Green+Blue) = 189+219+230=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBE6 is #422419. Grayscale: #D3D3D3. Windows color (decimal): -4334618 or 15129533. OLE color: 15129533.

HSL color Cylindrical-coordinate representation of color #BDDBE6: hue angle of 196.1º 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 #BDDBE6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 219 230 -
CMYK 0.18 0.05 0 0.10
HSL 196.1º 0.45% 0.82% -
HSV(B) 196.1º 0.18% 0.9% -
XYZ 60.6 67.2 84.64 -
YUV 211.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 189 219 230 0.18 0.05 0 0.10 196.1 0.45 0.82
Hex BD DB E6 12 5 0 A C4 2D 52
Octal 275 333 346 22 5 0 12 304 55 122
Binary 10111101 11011011 11100110 10010 101 0 1010 11000100 101101 1010010

Color Harmonies of #BDDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBE6

Black with #BDDBE6

Text Example


Text Example

White with #BDDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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