Html Css Color HEX #B0DCD3 Scandal

📋 copy color: '#B0DCD3'

red 176 ◦ green 220 ◦ blue 211

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

Shades of Scandal #B0DCD3

Tints of Scandal #B0DCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.24%

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 29%
G = 36.24%
B = 34.76%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B0DCD3 (or 0xB0DCD3) is known color: Scandal. HEX triplet: B0, DC and D3. RGB value is (176,220,211). Sum of RGB (Red+Green+Blue) = 176+220+211=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD3 is #4F232C. Grayscale: #CDCDCD. Windows color (decimal): -5186349 or 13884592. OLE color: 13884592.

HSL color Cylindrical-coordinate representation of color #B0DCD3: hue angle of 167.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCD3 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 211 -
CMYK 0.2 0 0.04 0.14
HSL 167.73º 0.39% 0.78% -
HSV(B) 167.73º 0.2% 0.86% -
XYZ 55.26 65.12 71.29 -
YUV 205.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 176 220 211 0.2 0 0.04 0.14 167.73 0.39 0.78
Hex B0 DC D3 14 0 4 E A8 27 4E
Octal 260 334 323 24 0 4 16 250 47 116
Binary 10110000 11011100 11010011 10100 0 100 1110 10101000 100111 1001110

Color Harmonies of #B0DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCD3

Black with #B0DCD3

Text Example


Text Example

White with #B0DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCD3; }

 p { color: rgb(176,220,211); }

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

background-color css

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

 a { background-color: rgb(176,220,211); }

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

border-color css

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

 span { border-color: rgb(176,220,211); }

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