Html Css Color HEX #BADCB5 Surf Crest

📋 copy color: '#BADCB5'

red 186 ◦ green 220 ◦ blue 181

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

Shades of Surf Crest #BADCB5

Tints of Surf Crest #BADCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.83%

R = 31.69%
G = 37.48%
B = 30.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#BADCB5 (or 0xBADCB5) is known color: Surf Crest. HEX triplet: BA, DC and B5. RGB value is (186,220,181). Sum of RGB (Red+Green+Blue) = 186+220+181=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCB5 is #45234A. Grayscale: #CDCDCD. Windows color (decimal): -4531019 or 11918522. OLE color: 11918522.

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

Color convert

RGB 186 220 181 -
CMYK 0.15 0 0.18 0.14
HSL 112.31º 0.36% 0.79% -
HSV(B) 112.31º 0.18% 0.86% -
XYZ 54.18 64.96 53.4 -
YUV 205.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 186 220 181 0.15 0 0.18 0.14 112.31 0.36 0.79
Hex BA DC B5 F 0 12 E 70 24 4F
Octal 272 334 265 17 0 22 16 160 44 117
Binary 10111010 11011100 10110101 1111 0 10010 1110 1110000 100100 1001111

Color Harmonies of #BADCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCB5

Black with #BADCB5

Text Example


Text Example

White with #BADCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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