Html Css Color HEX #BCD9B5 Surf Crest

📋 copy color: '#BCD9B5'

red 188 ◦ green 217 ◦ blue 181

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

Shades of Surf Crest #BCD9B5

Tints of Surf Crest #BCD9B5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.03%

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

R = 32.08%
G = 37.03%
B = 30.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#BCD9B5 (or 0xBCD9B5) is known color: Surf Crest. HEX triplet: BC, D9 and B5. RGB value is (188,217,181). Sum of RGB (Red+Green+Blue) = 188+217+181=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9B5 is #43264A. Grayscale: #CCCCCC. Windows color (decimal): -4400715 or 11917756. OLE color: 11917756.

HSL color Cylindrical-coordinate representation of color #BCD9B5: hue angle of 108.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD9B5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 181 -
CMYK 0.13 0 0.17 0.15
HSL 108.33º 0.32% 0.78% -
HSV(B) 108.33º 0.17% 0.85% -
XYZ 53.89 63.65 53.16 -
YUV 204.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 188 217 181 0.13 0 0.17 0.15 108.33 0.32 0.78
Hex BC D9 B5 D 0 11 F 6C 20 4E
Octal 274 331 265 15 0 21 17 154 40 116
Binary 10111100 11011001 10110101 1101 0 10001 1111 1101100 100000 1001110

Color Harmonies of #BCD9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9B5

Black with #BCD9B5

Text Example


Text Example

White with #BCD9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9B5; }

 p { color: rgb(188,217,181); }

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

background-color css

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

 a { background-color: rgb(188,217,181); }

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

border-color css

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

 span { border-color: rgb(188,217,181); }

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