Html Css Color HEX #B6D0DC Light Blue

📋 copy color: '#B6D0DC'

red 182 ◦ green 208 ◦ blue 220

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

Shades of Light Blue #B6D0DC

Tints of Light Blue #B6D0DC

RGB

 RED value IS 182 (71.48% from 255) = 29.84%

 GREEN value IS 208 (81.64% from 255) = 34.1%

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 29.84%
G = 34.1%
B = 36.07%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6D0DC (or 0xB6D0DC) is known color: Light Blue. HEX triplet: B6, D0 and DC. RGB value is (182,208,220). Sum of RGB (Red+Green+Blue) = 182+208+220=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D0DC is #492F23. Grayscale: #C9C9C9. Windows color (decimal): -4796196 or 14471350. OLE color: 14471350.

HSL color Cylindrical-coordinate representation of color #B6D0DC: hue angle of 198.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6D0DC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 208 220 -
CMYK 0.17 0.05 0 0.14
HSL 198.95º 0.35% 0.79% -
HSV(B) 198.95º 0.17% 0.86% -
XYZ 54.77 60.22 76.45 -
YUV 201.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 182 208 220 0.17 0.05 0 0.14 198.95 0.35 0.79
Hex B6 D0 DC 11 5 0 E C7 23 4F
Octal 266 320 334 21 5 0 16 307 43 117
Binary 10110110 11010000 11011100 10001 101 0 1110 11000111 100011 1001111

Color Harmonies of #B6D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D0DC

Black with #B6D0DC

Text Example


Text Example

White with #B6D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D0DC; }

 p { color: rgb(182,208,220); }

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

background-color css

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

 a { background-color: rgb(182,208,220); }

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

border-color css

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

 span { border-color: rgb(182,208,220); }

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