Html Css Color HEX #B0D0CC Scandal

📋 copy color: '#B0D0CC'

red 176 ◦ green 208 ◦ blue 204

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

Shades of Scandal #B0D0CC

Tints of Scandal #B0D0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 29.93%
G = 35.37%
B = 34.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#B0D0CC (or 0xB0D0CC) is known color: Scandal. HEX triplet: B0, D0 and CC. RGB value is (176,208,204). Sum of RGB (Red+Green+Blue) = 176+208+204=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0CC is #4F2F33. Grayscale: #C5C5C5. Windows color (decimal): -5189428 or 13422768. OLE color: 13422768.

HSL color Cylindrical-coordinate representation of color #B0D0CC: hue angle of 172.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0CC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 204 -
CMYK 0.15 0 0.02 0.18
HSL 172.5º 0.25% 0.75% -
HSV(B) 172.5º 0.15% 0.82% -
XYZ 51.36 58.7 65.75 -
YUV 197.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 176 208 204 0.15 0 0.02 0.18 172.5 0.25 0.75
Hex B0 D0 CC F 0 2 12 AC 19 4B
Octal 260 320 314 17 0 2 22 254 31 113
Binary 10110000 11010000 11001100 1111 0 10 10010 10101100 11001 1001011

Color Harmonies of #B0D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D0CC

Black with #B0D0CC

Text Example


Text Example

White with #B0D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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