Html Css Color HEX #B0D6D0 Scandal

📋 copy color: '#B0D6D0'

red 176 ◦ green 214 ◦ blue 208

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

Shades of Scandal #B0D6D0

Tints of Scandal #B0D6D0

RGB

 RED value IS 176 (69.14% from 255) = 29.43%

 GREEN value IS 214 (83.98% from 255) = 35.79%

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 29.43%
G = 35.79%
B = 34.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#B0D6D0 (or 0xB0D6D0) is known color: Scandal. HEX triplet: B0, D6 and D0. RGB value is (176,214,208). Sum of RGB (Red+Green+Blue) = 176+214+208=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6D0 is #4F292F. Grayscale: #C9C9C9. Windows color (decimal): -5187888 or 13686448. OLE color: 13686448.

HSL color Cylindrical-coordinate representation of color #B0D6D0: hue angle of 170.53º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D6D0 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 208 -
CMYK 0.18 0 0.03 0.16
HSL 170.53º 0.32% 0.76% -
HSV(B) 170.53º 0.18% 0.84% -
XYZ 53.34 61.88 68.81 -
YUV 201.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 176 214 208 0.18 0 0.03 0.16 170.53 0.32 0.76
Hex B0 D6 D0 12 0 3 10 AB 20 4C
Octal 260 326 320 22 0 3 20 253 40 114
Binary 10110000 11010110 11010000 10010 0 11 10000 10101011 100000 1001100

Color Harmonies of #B0D6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D6D0

Black with #B0D6D0

Text Example


Text Example

White with #B0D6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D6D0; }

 p { color: rgb(176,214,208); }

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

background-color css

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

 a { background-color: rgb(176,214,208); }

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

border-color css

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

 span { border-color: rgb(176,214,208); }

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