Html Css Color HEX #BADCBB Surf

📋 copy color: '#BADCBB'

red 186 ◦ green 220 ◦ blue 187

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

Shades of Surf #BADCBB

Tints of Surf #BADCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 31.37%
G = 37.1%
B = 31.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BADCBB (or 0xBADCBB) is known color: Surf. HEX triplet: BA, DC and BB. RGB value is (186,220,187). Sum of RGB (Red+Green+Blue) = 186+220+187=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBB is #452344. Grayscale: #CECECE. Windows color (decimal): -4531013 or 12311738. OLE color: 12311738.

HSL color Cylindrical-coordinate representation of color #BADCBB: hue angle of 121.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCBB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 187 -
CMYK 0.15 0 0.15 0.14
HSL 121.76º 0.33% 0.8% -
HSV(B) 121.76º 0.15% 0.86% -
XYZ 54.81 65.21 56.71 -
YUV 206.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 186 220 187 0.15 0 0.15 0.14 121.76 0.33 0.8
Hex BA DC BB F 0 F E 7A 21 50
Octal 272 334 273 17 0 17 16 172 41 120
Binary 10111010 11011100 10111011 1111 0 1111 1110 1111010 100001 1010000

Color Harmonies of #BADCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCBB

Black with #BADCBB

Text Example


Text Example

White with #BADCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCBB; }

 p { color: rgb(186,220,187); }

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

background-color css

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

 a { background-color: rgb(186,220,187); }

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

border-color css

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

 span { border-color: rgb(186,220,187); }

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