Html Css Color HEX #B0DCDA Scandal

📋 copy color: '#B0DCDA'

red 176 ◦ green 220 ◦ blue 218

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

Shades of Scandal #B0DCDA

Tints of Scandal #B0DCDA

RGB

 RED value IS 176 (69.14% from 255) = 28.66%

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

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

R = 28.66%
G = 35.83%
B = 35.5%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#B0DCDA (or 0xB0DCDA) is known color: Scandal. HEX triplet: B0, DC and DA. RGB value is (176,220,218). Sum of RGB (Red+Green+Blue) = 176+220+218=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCDA is #4F2325. Grayscale: #CECECE. Windows color (decimal): -5186342 or 14343344. OLE color: 14343344.

HSL color Cylindrical-coordinate representation of color #B0DCDA: hue angle of 177.27º degrees, saturation: 0.39, 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 #B0DCDA is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 218 -
CMYK 0.2 0 0.01 0.14
HSL 177.27º 0.39% 0.78% -
HSV(B) 177.27º 0.2% 0.86% -
XYZ 56.15 65.48 76.01 -
YUV 206.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 176 220 218 0.2 0 0.01 0.14 177.27 0.39 0.78
Hex B0 DC DA 14 0 1 E B1 27 4E
Octal 260 334 332 24 0 1 16 261 47 116
Binary 10110000 11011100 11011010 10100 0 1 1110 10110001 100111 1001110

Color Harmonies of #B0DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCDA

Black with #B0DCDA

Text Example


Text Example

White with #B0DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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