Html Css Color HEX #B1DAD6 Scandal

📋 copy color: '#B1DAD6'

red 177 ◦ green 218 ◦ blue 214

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

Shades of Scandal #B1DAD6

Tints of Scandal #B1DAD6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.8%

 BLUE value IS 214 (83.98% from 255) = 35.14%

R = 29.06%
G = 35.8%
B = 35.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#B1DAD6 (or 0xB1DAD6) is known color: Scandal. HEX triplet: B1, DA and D6. RGB value is (177,218,214). Sum of RGB (Red+Green+Blue) = 177+218+214=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAD6 is #4E2529. Grayscale: #CDCDCD. Windows color (decimal): -5121322 or 14080689. OLE color: 14080689.

HSL color Cylindrical-coordinate representation of color #B1DAD6: hue angle of 174.15º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DAD6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 218 214 -
CMYK 0.19 0 0.02 0.15
HSL 174.15º 0.36% 0.77% -
HSV(B) 174.15º 0.19% 0.85% -
XYZ 55.34 64.34 73.12 -
YUV 205.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 177 218 214 0.19 0 0.02 0.15 174.15 0.36 0.77
Hex B1 DA D6 13 0 2 F AE 24 4D
Octal 261 332 326 23 0 2 17 256 44 115
Binary 10110001 11011010 11010110 10011 0 10 1111 10101110 100100 1001101

Color Harmonies of #B1DAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DAD6

Black with #B1DAD6

Text Example


Text Example

White with #B1DAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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