Html Css Color HEX #B4CFCB Scandal

📋 copy color: '#B4CFCB'

red 180 ◦ green 207 ◦ blue 203

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

Shades of Scandal #B4CFCB

Tints of Scandal #B4CFCB

RGB

 RED value IS 180 (70.7% from 255) = 30.51%

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

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

R = 30.51%
G = 35.08%
B = 34.41%

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

#B4CFCB (or 0xB4CFCB) is known color: Scandal. HEX triplet: B4, CF and CB. RGB value is (180,207,203). Sum of RGB (Red+Green+Blue) = 180+207+203=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFCB is #4B3034. Grayscale: #C6C6C6. Windows color (decimal): -4927541 or 13356980. OLE color: 13356980.

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

Color convert

RGB 180 207 203 -
CMYK 0.13 0 0.02 0.19
HSL 171.11º 0.22% 0.76% -
HSV(B) 171.11º 0.13% 0.81% -
XYZ 51.91 58.64 65.08 -
YUV 198.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 180 207 203 0.13 0 0.02 0.19 171.11 0.22 0.76
Hex B4 CF CB D 0 2 13 AB 16 4C
Octal 264 317 313 15 0 2 23 253 26 114
Binary 10110100 11001111 11001011 1101 0 10 10011 10101011 10110 1001100

Color Harmonies of #B4CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CFCB

Black with #B4CFCB

Text Example


Text Example

White with #B4CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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