Html Css Color HEX #BCD5B9 Surf Crest

📋 copy color: '#BCD5B9'

red 188 ◦ green 213 ◦ blue 185

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

Shades of Surf Crest #BCD5B9

Tints of Surf Crest #BCD5B9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 185 (72.66% from 255) = 31.57%

R = 32.08%
G = 36.35%
B = 31.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BCD5B9 (or 0xBCD5B9) is known color: Surf Crest. HEX triplet: BC, D5 and B9. RGB value is (188,213,185). Sum of RGB (Red+Green+Blue) = 188+213+185=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5B9 is #432A46. Grayscale: #CACACA. Windows color (decimal): -4401735 or 12178876. OLE color: 12178876.

HSL color Cylindrical-coordinate representation of color #BCD5B9: hue angle of 113.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD5B9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 185 -
CMYK 0.12 0 0.13 0.16
HSL 113.57º 0.25% 0.78% -
HSV(B) 113.57º 0.13% 0.84% -
XYZ 53.29 61.78 55.02 -
YUV 202.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 188 213 185 0.12 0 0.13 0.16 113.57 0.25 0.78
Hex BC D5 B9 C 0 D 10 72 19 4E
Octal 274 325 271 14 0 15 20 162 31 116
Binary 10111100 11010101 10111001 1100 0 1101 10000 1110010 11001 1001110

Color Harmonies of #BCD5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5B9

Black with #BCD5B9

Text Example


Text Example

White with #BCD5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5B9; }

 p { color: rgb(188,213,185); }

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

background-color css

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

 a { background-color: rgb(188,213,185); }

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

border-color css

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

 span { border-color: rgb(188,213,185); }

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