Html Css Color HEX #B0D5CC Scandal

📋 copy color: '#B0D5CC'

red 176 ◦ green 213 ◦ blue 204

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

Shades of Scandal #B0D5CC

Tints of Scandal #B0D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.92%

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

R = 29.68%
G = 35.92%
B = 34.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B0D5CC (or 0xB0D5CC) is known color: Scandal. HEX triplet: B0, D5 and CC. RGB value is (176,213,204). Sum of RGB (Red+Green+Blue) = 176+213+204=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5CC is #4F2A33. Grayscale: #C8C8C8. Windows color (decimal): -5188148 or 13424048. OLE color: 13424048.

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

Color convert

RGB 176 213 204 -
CMYK 0.17 0 0.04 0.16
HSL 165.41º 0.31% 0.76% -
HSV(B) 165.41º 0.17% 0.84% -
XYZ 52.6 61.18 66.16 -
YUV 200.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 176 213 204 0.17 0 0.04 0.16 165.41 0.31 0.76
Hex B0 D5 CC 11 0 4 10 A5 1F 4C
Octal 260 325 314 21 0 4 20 245 37 114
Binary 10110000 11010101 11001100 10001 0 100 10000 10100101 11111 1001100

Color Harmonies of #B0D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D5CC

Black with #B0D5CC

Text Example


Text Example

White with #B0D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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