Html Css Color HEX #B2CFCB Scandal

📋 copy color: '#B2CFCB'

red 178 ◦ green 207 ◦ blue 203

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

Shades of Scandal #B2CFCB

Tints of Scandal #B2CFCB

RGB

 RED value IS 178 (69.92% from 255) = 30.27%

 GREEN value IS 207 (81.25% from 255) = 35.2%

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 30.27%
G = 35.2%
B = 34.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B2CFCB (or 0xB2CFCB) is known color: Scandal. HEX triplet: B2, CF and CB. RGB value is (178,207,203). Sum of RGB (Red+Green+Blue) = 178+207+203=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFCB is #4D3034. Grayscale: #C5C5C5. Windows color (decimal): -5058613 or 13356978. OLE color: 13356978.

HSL color Cylindrical-coordinate representation of color #B2CFCB: hue angle of 171.72º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CFCB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 203 -
CMYK 0.14 0 0.02 0.19
HSL 171.72º 0.23% 0.75% -
HSV(B) 171.72º 0.14% 0.81% -
XYZ 51.45 58.4 65.06 -
YUV 197.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 178 207 203 0.14 0 0.02 0.19 171.72 0.23 0.75
Hex B2 CF CB E 0 2 13 AC 17 4B
Octal 262 317 313 16 0 2 23 254 27 113
Binary 10110010 11001111 11001011 1110 0 10 10011 10101100 10111 1001011

Color Harmonies of #B2CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFCB

Black with #B2CFCB

Text Example


Text Example

White with #B2CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFCB; }

 p { color: rgb(178,207,203); }

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

background-color css

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

 a { background-color: rgb(178,207,203); }

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

border-color css

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

 span { border-color: rgb(178,207,203); }

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