Html Css Color HEX #B4D0CC Scandal

📋 copy color: '#B4D0CC'

red 180 ◦ green 208 ◦ blue 204

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

Shades of Scandal #B4D0CC

Tints of Scandal #B4D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.14%

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

R = 30.41%
G = 35.14%
B = 34.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#B4D0CC (or 0xB4D0CC) is known color: Scandal. HEX triplet: B4, D0 and CC. RGB value is (180,208,204). Sum of RGB (Red+Green+Blue) = 180+208+204=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0CC is #4B2F33. Grayscale: #C7C7C7. Windows color (decimal): -4927284 or 13422772. OLE color: 13422772.

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

Color convert

RGB 180 208 204 -
CMYK 0.13 0 0.02 0.18
HSL 171.43º 0.23% 0.76% -
HSV(B) 171.43º 0.13% 0.82% -
XYZ 52.28 59.17 65.79 -
YUV 199.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 180 208 204 0.13 0 0.02 0.18 171.43 0.23 0.76
Hex B4 D0 CC D 0 2 12 AB 17 4C
Octal 264 320 314 15 0 2 22 253 27 114
Binary 10110100 11010000 11001100 1101 0 10 10010 10101011 10111 1001100

Color Harmonies of #B4D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D0CC

Black with #B4D0CC

Text Example


Text Example

White with #B4D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D0CC; }

 p { color: rgb(180,208,204); }

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

background-color css

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

 a { background-color: rgb(180,208,204); }

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

border-color css

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

 span { border-color: rgb(180,208,204); }

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