Html Css Color HEX #B5CFCD Scandal

📋 copy color: '#B5CFCD'

red 181 ◦ green 207 ◦ blue 205

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

Shades of Scandal #B5CFCD

Tints of Scandal #B5CFCD

RGB

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

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

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

R = 30.52%
G = 34.91%
B = 34.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B5CFCD (or 0xB5CFCD) is known color: Scandal. HEX triplet: B5, CF and CD. RGB value is (181,207,205). Sum of RGB (Red+Green+Blue) = 181+207+205=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCD is #4A3032. Grayscale: #C6C6C6. Windows color (decimal): -4862003 or 13488053. OLE color: 13488053.

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

Color convert

RGB 181 207 205 -
CMYK 0.13 0 0.01 0.19
HSL 175.38º 0.21% 0.76% -
HSV(B) 175.38º 0.13% 0.81% -
XYZ 52.39 58.86 66.36 -
YUV 199 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 181 207 205 0.13 0 0.01 0.19 175.38 0.21 0.76
Hex B5 CF CD D 0 1 13 AF 15 4C
Octal 265 317 315 15 0 1 23 257 25 114
Binary 10110101 11001111 11001101 1101 0 1 10011 10101111 10101 1001100

Color Harmonies of #B5CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFCD

Black with #B5CFCD

Text Example


Text Example

White with #B5CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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