Html Css Color HEX #B2CFCA Scandal

📋 copy color: '#B2CFCA'

red 178 ◦ green 207 ◦ blue 202

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

Shades of Scandal #B2CFCA

Tints of Scandal #B2CFCA

RGB

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

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

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

R = 30.32%
G = 35.26%
B = 34.41%

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

#B2CFCA (or 0xB2CFCA) is known color: Scandal. HEX triplet: B2, CF and CA. RGB value is (178,207,202). Sum of RGB (Red+Green+Blue) = 178+207+202=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFCA is #4D3035. Grayscale: #C5C5C5. Windows color (decimal): -5058614 or 13291442. OLE color: 13291442.

HSL color Cylindrical-coordinate representation of color #B2CFCA: hue angle of 169.66º 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 #B2CFCA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 202 -
CMYK 0.14 0 0.02 0.19
HSL 169.66º 0.23% 0.75% -
HSV(B) 169.66º 0.14% 0.81% -
XYZ 51.33 58.35 64.44 -
YUV 197.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 178 207 202 0.14 0 0.02 0.19 169.66 0.23 0.75
Hex B2 CF CA E 0 2 13 AA 17 4B
Octal 262 317 312 16 0 2 23 252 27 113
Binary 10110010 11001111 11001010 1110 0 10 10011 10101010 10111 1001011

Color Harmonies of #B2CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFCA

Black with #B2CFCA

Text Example


Text Example

White with #B2CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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