Html Css Color HEX #B0CAC4 Opal

📋 copy color: '#B0CAC4'

red 176 ◦ green 202 ◦ blue 196

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

Shades of Opal #B0CAC4

Tints of Opal #B0CAC4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.19%

 BLUE value IS 196 (76.95% from 255) = 34.15%

R = 30.66%
G = 35.19%
B = 34.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#B0CAC4 (or 0xB0CAC4) is known color: Opal. HEX triplet: B0, CA and C4. RGB value is (176,202,196). Sum of RGB (Red+Green+Blue) = 176+202+196=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAC4 is #4F353B. Grayscale: #C1C1C1. Windows color (decimal): -5190972 or 12896944. OLE color: 12896944.

HSL color Cylindrical-coordinate representation of color #B0CAC4: hue angle of 166.15º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CAC4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 196 -
CMYK 0.13 0 0.03 0.21
HSL 166.15º 0.2% 0.74% -
HSV(B) 166.15º 0.13% 0.79% -
XYZ 48.99 55.46 60.35 -
YUV 193.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 176 202 196 0.13 0 0.03 0.21 166.15 0.2 0.74
Hex B0 CA C4 D 0 3 15 A6 14 4A
Octal 260 312 304 15 0 3 25 246 24 112
Binary 10110000 11001010 11000100 1101 0 11 10101 10100110 10100 1001010

Color Harmonies of #B0CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CAC4

Black with #B0CAC4

Text Example


Text Example

White with #B0CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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