Html Css Color HEX #B1D2CB Scandal

📋 copy color: '#B1D2CB'

red 177 ◦ green 210 ◦ blue 203

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

Shades of Scandal #B1D2CB

Tints of Scandal #B1D2CB

RGB

 RED value IS 177 (69.53% from 255) = 30%

 GREEN value IS 210 (82.42% from 255) = 35.59%

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

R = 30%
G = 35.59%
B = 34.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B1D2CB (or 0xB1D2CB) is known color: Scandal. HEX triplet: B1, D2 and CB. RGB value is (177,210,203). Sum of RGB (Red+Green+Blue) = 177+210+203=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2CB is #4E2D34. Grayscale: #C7C7C7. Windows color (decimal): -5123381 or 13357745. OLE color: 13357745.

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

Color convert

RGB 177 210 203 -
CMYK 0.16 0 0.03 0.18
HSL 167.27º 0.27% 0.76% -
HSV(B) 167.27º 0.16% 0.82% -
XYZ 51.96 59.75 65.29 -
YUV 199.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 177 210 203 0.16 0 0.03 0.18 167.27 0.27 0.76
Hex B1 D2 CB 10 0 3 12 A7 1B 4C
Octal 261 322 313 20 0 3 22 247 33 114
Binary 10110001 11010010 11001011 10000 0 11 10010 10100111 11011 1001100

Color Harmonies of #B1D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D2CB

Black with #B1D2CB

Text Example


Text Example

White with #B1D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D2CB; }

 p { color: rgb(177,210,203); }

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

background-color css

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

 a { background-color: rgb(177,210,203); }

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

border-color css

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

 span { border-color: rgb(177,210,203); }

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