Html Css Color HEX #B6CFCD Scandal

📋 copy color: '#B6CFCD'

red 182 ◦ green 207 ◦ blue 205

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

Shades of Scandal #B6CFCD

Tints of Scandal #B6CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 30.64%
G = 34.85%
B = 34.51%

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

#B6CFCD (or 0xB6CFCD) is known color: Scandal. HEX triplet: B6, CF and CD. RGB value is (182,207,205). Sum of RGB (Red+Green+Blue) = 182+207+205=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCD is #493032. Grayscale: #C7C7C7. Windows color (decimal): -4796467 or 13488054. OLE color: 13488054.

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

Color convert

RGB 182 207 205 -
CMYK 0.12 0 0.01 0.19
HSL 175.2º 0.21% 0.76% -
HSV(B) 175.2º 0.12% 0.81% -
XYZ 52.62 58.98 66.37 -
YUV 199.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 182 207 205 0.12 0 0.01 0.19 175.2 0.21 0.76
Hex B6 CF CD C 0 1 13 AF 15 4C
Octal 266 317 315 14 0 1 23 257 25 114
Binary 10110110 11001111 11001101 1100 0 1 10011 10101111 10101 1001100

Color Harmonies of #B6CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFCD

Black with #B6CFCD

Text Example


Text Example

White with #B6CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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