Html Css Color HEX #B2CFCC Scandal

📋 copy color: '#B2CFCC'

red 178 ◦ green 207 ◦ blue 204

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

Shades of Scandal #B2CFCC

Tints of Scandal #B2CFCC

RGB

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

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

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

R = 30.22%
G = 35.14%
B = 34.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B2CFCC (or 0xB2CFCC) is known color: Scandal. HEX triplet: B2, CF and CC. RGB value is (178,207,204). Sum of RGB (Red+Green+Blue) = 178+207+204=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFCC is #4D3033. Grayscale: #C5C5C5. Windows color (decimal): -5058612 or 13422514. OLE color: 13422514.

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

Color convert

RGB 178 207 204 -
CMYK 0.14 0 0.01 0.19
HSL 173.79º 0.23% 0.75% -
HSV(B) 173.79º 0.14% 0.81% -
XYZ 51.57 58.45 65.69 -
YUV 197.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 178 207 204 0.14 0 0.01 0.19 173.79 0.23 0.75
Hex B2 CF CC E 0 1 13 AE 17 4B
Octal 262 317 314 16 0 1 23 256 27 113
Binary 10110010 11001111 11001100 1110 0 1 10011 10101110 10111 1001011

Color Harmonies of #B2CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFCC

Black with #B2CFCC

Text Example


Text Example

White with #B2CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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