Html Css Color HEX #B4D1CB Scandal

📋 copy color: '#B4D1CB'

red 180 ◦ green 209 ◦ blue 203

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

Shades of Scandal #B4D1CB

Tints of Scandal #B4D1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.3%

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

R = 30.41%
G = 35.3%
B = 34.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B4D1CB (or 0xB4D1CB) is known color: Scandal. HEX triplet: B4, D1 and CB. RGB value is (180,209,203). Sum of RGB (Red+Green+Blue) = 180+209+203=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1CB is #4B2E34. Grayscale: #C7C7C7. Windows color (decimal): -4927029 or 13357492. OLE color: 13357492.

HSL color Cylindrical-coordinate representation of color #B4D1CB: hue angle of 167.59º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D1CB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 209 203 -
CMYK 0.14 0 0.03 0.18
HSL 167.59º 0.24% 0.76% -
HSV(B) 167.59º 0.14% 0.82% -
XYZ 52.4 59.62 65.25 -
YUV 199.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 180 209 203 0.14 0 0.03 0.18 167.59 0.24 0.76
Hex B4 D1 CB E 0 3 12 A8 18 4C
Octal 264 321 313 16 0 3 22 250 30 114
Binary 10110100 11010001 11001011 1110 0 11 10010 10101000 11000 1001100

Color Harmonies of #B4D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D1CB

Black with #B4D1CB

Text Example


Text Example

White with #B4D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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