Html Css Color HEX #B6CFCB Scandal

📋 copy color: '#B6CFCB'

red 182 ◦ green 207 ◦ blue 203

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

Shades of Scandal #B6CFCB

Tints of Scandal #B6CFCB

RGB

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

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

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

R = 30.74%
G = 34.97%
B = 34.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B6CFCB (or 0xB6CFCB) is known color: Scandal. HEX triplet: B6, CF and CB. RGB value is (182,207,203). Sum of RGB (Red+Green+Blue) = 182+207+203=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCB is #493034. Grayscale: #C7C7C7. Windows color (decimal): -4796469 or 13356982. OLE color: 13356982.

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

Color convert

RGB 182 207 203 -
CMYK 0.12 0 0.02 0.19
HSL 170.4º 0.21% 0.76% -
HSV(B) 170.4º 0.12% 0.81% -
XYZ 52.38 58.88 65.1 -
YUV 199.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 182 207 203 0.12 0 0.02 0.19 170.4 0.21 0.76
Hex B6 CF CB C 0 2 13 AA 15 4C
Octal 266 317 313 14 0 2 23 252 25 114
Binary 10110110 11001111 11001011 1100 0 10 10011 10101010 10101 1001100

Color Harmonies of #B6CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFCB

Black with #B6CFCB

Text Example


Text Example

White with #B6CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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