Html Css Color HEX #BADABF Surf

📋 copy color: '#BADABF'

red 186 ◦ green 218 ◦ blue 191

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

Shades of Surf #BADABF

Tints of Surf #BADABF

RGB

 RED value IS 186 (73.05% from 255) = 31.26%

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

 BLUE value IS 191 (75% from 255) = 32.1%

R = 31.26%
G = 36.64%
B = 32.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BADABF (or 0xBADABF) is known color: Surf. HEX triplet: BA, DA and BF. RGB value is (186,218,191). Sum of RGB (Red+Green+Blue) = 186+218+191=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #BADABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADABF is #452540. Grayscale: #CDCDCD. Windows color (decimal): -4531521 or 12573370. OLE color: 12573370.

HSL color Cylindrical-coordinate representation of color #BADABF: hue angle of 129.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADABF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 191 -
CMYK 0.15 0 0.12 0.15
HSL 129.38º 0.3% 0.79% -
HSV(B) 129.38º 0.15% 0.85% -
XYZ 54.73 64.34 58.83 -
YUV 205.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 186 218 191 0.15 0 0.12 0.15 129.38 0.3 0.79
Hex BA DA BF F 0 C F 81 1E 4F
Octal 272 332 277 17 0 14 17 201 36 117
Binary 10111010 11011010 10111111 1111 0 1100 1111 10000001 11110 1001111

Color Harmonies of #BADABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADABF

Black with #BADABF

Text Example


Text Example

White with #BADABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADABF; }

 p { color: rgb(186,218,191); }

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

background-color css

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

 a { background-color: rgb(186,218,191); }

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

border-color css

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

 span { border-color: rgb(186,218,191); }

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