Html Css Color HEX #B1CDC8 Scandal

📋 copy color: '#B1CDC8'

red 177 ◦ green 205 ◦ blue 200

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

Shades of Scandal #B1CDC8

Tints of Scandal #B1CDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.22%

 BLUE value IS 200 (78.52% from 255) = 34.36%

R = 30.41%
G = 35.22%
B = 34.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#B1CDC8 (or 0xB1CDC8) is known color: Scandal. HEX triplet: B1, CD and C8. RGB value is (177,205,200). Sum of RGB (Red+Green+Blue) = 177+205+200=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDC8 is #4E3237. Grayscale: #C4C4C4. Windows color (decimal): -5124664 or 13159857. OLE color: 13159857.

HSL color Cylindrical-coordinate representation of color #B1CDC8: hue angle of 169.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 205 200 -
CMYK 0.14 0 0.02 0.20
HSL 169.29º 0.22% 0.75% -
HSV(B) 169.29º 0.14% 0.8% -
XYZ 50.39 57.18 63.02 -
YUV 196.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 177 205 200 0.14 0 0.02 0.20 169.29 0.22 0.75
Hex B1 CD C8 E 0 2 14 A9 16 4B
Octal 261 315 310 16 0 2 24 251 26 113
Binary 10110001 11001101 11001000 1110 0 10 10100 10101001 10110 1001011

Color Harmonies of #B1CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDC8

Black with #B1CDC8

Text Example


Text Example

White with #B1CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDC8; }

 p { color: rgb(177,205,200); }

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

background-color css

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

 a { background-color: rgb(177,205,200); }

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

border-color css

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

 span { border-color: rgb(177,205,200); }

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