Html Css Color HEX #B5CFCC Scandal

📋 copy color: '#B5CFCC'

red 181 ◦ green 207 ◦ blue 204

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

Shades of Scandal #B5CFCC

Tints of Scandal #B5CFCC

RGB

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

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

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

R = 30.57%
G = 34.97%
B = 34.46%

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

#B5CFCC (or 0xB5CFCC) is known color: Scandal. HEX triplet: B5, CF and CC. RGB value is (181,207,204). Sum of RGB (Red+Green+Blue) = 181+207+204=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCC is #4A3033. Grayscale: #C6C6C6. Windows color (decimal): -4862004 or 13422517. OLE color: 13422517.

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

Color convert

RGB 181 207 204 -
CMYK 0.13 0 0.01 0.19
HSL 173.08º 0.21% 0.76% -
HSV(B) 173.08º 0.13% 0.81% -
XYZ 52.27 58.81 65.72 -
YUV 198.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 181 207 204 0.13 0 0.01 0.19 173.08 0.21 0.76
Hex B5 CF CC D 0 1 13 AD 15 4C
Octal 265 317 314 15 0 1 23 255 25 114
Binary 10110101 11001111 11001100 1101 0 1 10011 10101101 10101 1001100

Color Harmonies of #B5CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFCC

Black with #B5CFCC

Text Example


Text Example

White with #B5CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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