Html Css Color HEX #B0D2CA Scandal

📋 copy color: '#B0D2CA'

red 176 ◦ green 210 ◦ blue 202

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

Shades of Scandal #B0D2CA

Tints of Scandal #B0D2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.71%

 BLUE value IS 202 (79.3% from 255) = 34.35%

R = 29.93%
G = 35.71%
B = 34.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#B0D2CA (or 0xB0D2CA) is known color: Scandal. HEX triplet: B0, D2 and CA. RGB value is (176,210,202). Sum of RGB (Red+Green+Blue) = 176+210+202=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2CA is #4F2D35. Grayscale: #C6C6C6. Windows color (decimal): -5188918 or 13292208. OLE color: 13292208.

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

Color convert

RGB 176 210 202 -
CMYK 0.16 0 0.04 0.18
HSL 165.88º 0.27% 0.76% -
HSV(B) 165.88º 0.16% 0.82% -
XYZ 51.61 59.59 64.66 -
YUV 198.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 176 210 202 0.16 0 0.04 0.18 165.88 0.27 0.76
Hex B0 D2 CA 10 0 4 12 A6 1B 4C
Octal 260 322 312 20 0 4 22 246 33 114
Binary 10110000 11010010 11001010 10000 0 100 10010 10100110 11011 1001100

Color Harmonies of #B0D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D2CA

Black with #B0D2CA

Text Example


Text Example

White with #B0D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D2CA; }

 p { color: rgb(176,210,202); }

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

background-color css

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

 a { background-color: rgb(176,210,202); }

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

border-color css

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

 span { border-color: rgb(176,210,202); }

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