Html Css Color HEX #B5CFCB Scandal

📋 copy color: '#B5CFCB'

red 181 ◦ green 207 ◦ blue 203

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

Shades of Scandal #B5CFCB

Tints of Scandal #B5CFCB

RGB

 RED value IS 181 (71.09% from 255) = 30.63%

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

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

R = 30.63%
G = 35.03%
B = 34.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B5CFCB (or 0xB5CFCB) is known color: Scandal. HEX triplet: B5, CF and CB. RGB value is (181,207,203). Sum of RGB (Red+Green+Blue) = 181+207+203=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCB is #4A3034. Grayscale: #C6C6C6. Windows color (decimal): -4862005 or 13356981. OLE color: 13356981.

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

Color convert

RGB 181 207 203 -
CMYK 0.13 0 0.02 0.19
HSL 170.77º 0.21% 0.76% -
HSV(B) 170.77º 0.13% 0.81% -
XYZ 52.15 58.76 65.09 -
YUV 198.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 181 207 203 0.13 0 0.02 0.19 170.77 0.21 0.76
Hex B5 CF CB D 0 2 13 AB 15 4C
Octal 265 317 313 15 0 2 23 253 25 114
Binary 10110101 11001111 11001011 1101 0 10 10011 10101011 10101 1001100

Color Harmonies of #B5CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFCB

Black with #B5CFCB

Text Example


Text Example

White with #B5CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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