Html Css Color HEX #B7CFCC Scandal

📋 copy color: '#B7CFCC'

red 183 ◦ green 207 ◦ blue 204

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

Shades of Scandal #B7CFCC

Tints of Scandal #B7CFCC

RGB

 RED value IS 183 (71.88% from 255) = 30.81%

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

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

R = 30.81%
G = 34.85%
B = 34.34%

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

#B7CFCC (or 0xB7CFCC) is known color: Scandal. HEX triplet: B7, CF and CC. RGB value is (183,207,204). Sum of RGB (Red+Green+Blue) = 183+207+204=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFCC is #483033. Grayscale: #C7C7C7. Windows color (decimal): -4730932 or 13422519. OLE color: 13422519.

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

Color convert

RGB 183 207 204 -
CMYK 0.12 0 0.01 0.19
HSL 172.5º 0.2% 0.76% -
HSV(B) 172.5º 0.12% 0.81% -
XYZ 52.74 59.05 65.75 -
YUV 199.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 183 207 204 0.12 0 0.01 0.19 172.5 0.2 0.76
Hex B7 CF CC C 0 1 13 AC 14 4C
Octal 267 317 314 14 0 1 23 254 24 114
Binary 10110111 11001111 11001100 1100 0 1 10011 10101100 10100 1001100

Color Harmonies of #B7CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFCC

Black with #B7CFCC

Text Example


Text Example

White with #B7CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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