Html Css Color HEX #B4D1CE Scandal

📋 copy color: '#B4D1CE'

red 180 ◦ green 209 ◦ blue 206

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

Shades of Scandal #B4D1CE

Tints of Scandal #B4D1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 30.25%
G = 35.13%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#B4D1CE (or 0xB4D1CE) is known color: Scandal. HEX triplet: B4, D1 and CE. RGB value is (180,209,206). Sum of RGB (Red+Green+Blue) = 180+209+206=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1CE is #4B2E31. Grayscale: #C7C7C7. Windows color (decimal): -4927026 or 13554100. OLE color: 13554100.

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

Color convert

RGB 180 209 206 -
CMYK 0.14 0 0.01 0.18
HSL 173.79º 0.24% 0.76% -
HSV(B) 173.79º 0.14% 0.82% -
XYZ 52.76 59.76 67.15 -
YUV 199.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 180 209 206 0.14 0 0.01 0.18 173.79 0.24 0.76
Hex B4 D1 CE E 0 1 12 AE 18 4C
Octal 264 321 316 16 0 1 22 256 30 114
Binary 10110100 11010001 11001110 1110 0 1 10010 10101110 11000 1001100

Color Harmonies of #B4D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D1CE

Black with #B4D1CE

Text Example


Text Example

White with #B4D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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