Html Css Color HEX #B1DFDA Scandal

📋 copy color: '#B1DFDA'

red 177 ◦ green 223 ◦ blue 218

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

Shades of Scandal #B1DFDA

Tints of Scandal #B1DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 28.64%
G = 36.08%
B = 35.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B1DFDA (or 0xB1DFDA) is known color: Scandal. HEX triplet: B1, DF and DA. RGB value is (177,223,218). Sum of RGB (Red+Green+Blue) = 177+223+218=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFDA is #4E2025. Grayscale: #D0D0D0. Windows color (decimal): -5120038 or 14344113. OLE color: 14344113.

HSL color Cylindrical-coordinate representation of color #B1DFDA: hue angle of 173.48º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFDA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 218 -
CMYK 0.21 0 0.02 0.13
HSL 173.48º 0.42% 0.78% -
HSV(B) 173.48º 0.21% 0.87% -
XYZ 57.17 67.18 76.28 -
YUV 208.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 177 223 218 0.21 0 0.02 0.13 173.48 0.42 0.78
Hex B1 DF DA 15 0 2 D AD 2A 4E
Octal 261 337 332 25 0 2 15 255 52 116
Binary 10110001 11011111 11011010 10101 0 10 1101 10101101 101010 1001110

Color Harmonies of #B1DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFDA

Black with #B1DFDA

Text Example


Text Example

White with #B1DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFDA; }

 p { color: rgb(177,223,218); }

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

background-color css

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

 a { background-color: rgb(177,223,218); }

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

border-color css

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

 span { border-color: rgb(177,223,218); }

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