Html Css Color HEX #BCDAB3 Surf Crest

📋 copy color: '#BCDAB3'

red 188 ◦ green 218 ◦ blue 179

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

Shades of Surf Crest #BCDAB3

Tints of Surf Crest #BCDAB3

RGB

 RED value IS 188 (73.83% from 255) = 32.14%

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

 BLUE value IS 179 (70.31% from 255) = 30.6%

R = 32.14%
G = 37.26%
B = 30.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#BCDAB3 (or 0xBCDAB3) is known color: Surf Crest. HEX triplet: BC, DA and B3. RGB value is (188,218,179). Sum of RGB (Red+Green+Blue) = 188+218+179=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAB3 is #43254C. Grayscale: #CCCCCC. Windows color (decimal): -4400461 or 11786940. OLE color: 11786940.

HSL color Cylindrical-coordinate representation of color #BCDAB3: hue angle of 106.15º 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 #BCDAB3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 179 -
CMYK 0.14 0 0.18 0.15
HSL 106.15º 0.35% 0.78% -
HSV(B) 106.15º 0.18% 0.85% -
XYZ 53.95 64.09 52.17 -
YUV 204.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 188 218 179 0.14 0 0.18 0.15 106.15 0.35 0.78
Hex BC DA B3 E 0 12 F 6A 23 4E
Octal 274 332 263 16 0 22 17 152 43 116
Binary 10111100 11011010 10110011 1110 0 10010 1111 1101010 100011 1001110

Color Harmonies of #BCDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAB3

Black with #BCDAB3

Text Example


Text Example

White with #BCDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAB3; }

 p { color: rgb(188,218,179); }

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

background-color css

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

 a { background-color: rgb(188,218,179); }

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

border-color css

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

 span { border-color: rgb(188,218,179); }

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