Html Css Color HEX #B6CFCC Scandal

📋 copy color: '#B6CFCC'

red 182 ◦ green 207 ◦ blue 204

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

Shades of Scandal #B6CFCC

Tints of Scandal #B6CFCC

RGB

 RED value IS 182 (71.48% from 255) = 30.69%

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

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

R = 30.69%
G = 34.91%
B = 34.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B6CFCC (or 0xB6CFCC) is known color: Scandal. HEX triplet: B6, CF and CC. RGB value is (182,207,204). Sum of RGB (Red+Green+Blue) = 182+207+204=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCC is #493033. Grayscale: #C7C7C7. Windows color (decimal): -4796468 or 13422518. OLE color: 13422518.

HSL color Cylindrical-coordinate representation of color #B6CFCC: hue angle of 172.8º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CFCC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 207 204 -
CMYK 0.12 0 0.01 0.19
HSL 172.8º 0.21% 0.76% -
HSV(B) 172.8º 0.12% 0.81% -
XYZ 52.5 58.93 65.73 -
YUV 199.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 182 207 204 0.12 0 0.01 0.19 172.8 0.21 0.76
Hex B6 CF CC C 0 1 13 AD 15 4C
Octal 266 317 314 14 0 1 23 255 25 114
Binary 10110110 11001111 11001100 1100 0 1 10011 10101101 10101 1001100

Color Harmonies of #B6CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFCC

Black with #B6CFCC

Text Example


Text Example

White with #B6CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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