Html Css Color HEX #B2DACF Scandal

📋 copy color: '#B2DACF'

red 178 ◦ green 218 ◦ blue 207

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

Shades of Scandal #B2DACF

Tints of Scandal #B2DACF

RGB

 RED value IS 178 (69.92% from 255) = 29.52%

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

 BLUE value IS 207 (81.25% from 255) = 34.33%

R = 29.52%
G = 36.15%
B = 34.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#B2DACF (or 0xB2DACF) is known color: Scandal. HEX triplet: B2, DA and CF. RGB value is (178,218,207). Sum of RGB (Red+Green+Blue) = 178+218+207=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DACF is #4D2530. Grayscale: #CCCCCC. Windows color (decimal): -5055793 or 13621938. OLE color: 13621938.

HSL color Cylindrical-coordinate representation of color #B2DACF: hue angle of 163.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DACF is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 207 -
CMYK 0.18 0 0.05 0.15
HSL 163.5º 0.35% 0.78% -
HSV(B) 163.5º 0.18% 0.85% -
XYZ 54.69 64.11 68.52 -
YUV 204.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 178 218 207 0.18 0 0.05 0.15 163.5 0.35 0.78
Hex B2 DA CF 12 0 5 F A4 23 4E
Octal 262 332 317 22 0 5 17 244 43 116
Binary 10110010 11011010 11001111 10010 0 101 1111 10100100 100011 1001110

Color Harmonies of #B2DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DACF

Black with #B2DACF

Text Example


Text Example

White with #B2DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DACF; }

 p { color: rgb(178,218,207); }

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

background-color css

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

 a { background-color: rgb(178,218,207); }

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

border-color css

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

 span { border-color: rgb(178,218,207); }

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