Html Css Color HEX #B1DCDA Scandal

📋 copy color: '#B1DCDA'

red 177 ◦ green 220 ◦ blue 218

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

Shades of Scandal #B1DCDA

Tints of Scandal #B1DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.77%

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

R = 28.78%
G = 35.77%
B = 35.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#B1DCDA (or 0xB1DCDA) is known color: Scandal. HEX triplet: B1, DC and DA. RGB value is (177,220,218). Sum of RGB (Red+Green+Blue) = 177+220+218=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDA is #4E2325. Grayscale: #CECECE. Windows color (decimal): -5120806 or 14343345. OLE color: 14343345.

HSL color Cylindrical-coordinate representation of color #B1DCDA: hue angle of 177.21º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCDA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 218 -
CMYK 0.20 0 0.01 0.14
HSL 177.21º 0.38% 0.78% -
HSV(B) 177.21º 0.2% 0.86% -
XYZ 56.38 65.6 76.02 -
YUV 206.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 177 220 218 0.20 0 0.01 0.14 177.21 0.38 0.78
Hex B1 DC DA 14 0 1 E B1 26 4E
Octal 261 334 332 24 0 1 16 261 46 116
Binary 10110001 11011100 11011010 10100 0 1 1110 10110001 100110 1001110

Color Harmonies of #B1DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCDA

Black with #B1DCDA

Text Example


Text Example

White with #B1DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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