Html Css Color HEX #B1DBDA Scandal

📋 copy color: '#B1DBDA'

red 177 ◦ green 219 ◦ blue 218

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

Shades of Scandal #B1DBDA

Tints of Scandal #B1DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.67%

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

R = 28.83%
G = 35.67%
B = 35.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#B1DBDA (or 0xB1DBDA) is known color: Scandal. HEX triplet: B1, DB and DA. RGB value is (177,219,218). Sum of RGB (Red+Green+Blue) = 177+219+218=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDA is #4E2425. Grayscale: #CECECE. Windows color (decimal): -5121062 or 14343089. OLE color: 14343089.

HSL color Cylindrical-coordinate representation of color #B1DBDA: hue angle of 178.57º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DBDA is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 219 218 -
CMYK 0.19 0 0.00 0.14
HSL 178.57º 0.37% 0.78% -
HSV(B) 178.57º 0.19% 0.86% -
XYZ 56.12 65.07 75.93 -
YUV 206.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 177 219 218 0.19 0 0.00 0.14 178.57 0.37 0.78
Hex B1 DB DA 13 0 0 E B3 25 4E
Octal 261 333 332 23 0 0 16 263 45 116
Binary 10110001 11011011 11011010 10011 0 0 1110 10110011 100101 1001110

Color Harmonies of #B1DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DBDA

Black with #B1DBDA

Text Example


Text Example

White with #B1DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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