Html Css Color HEX #BCD9B9 Surf Crest

📋 copy color: '#BCD9B9'

red 188 ◦ green 217 ◦ blue 185

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

Shades of Surf Crest #BCD9B9

Tints of Surf Crest #BCD9B9

RGB

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

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

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

R = 31.86%
G = 36.78%
B = 31.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#BCD9B9 (or 0xBCD9B9) is known color: Surf Crest. HEX triplet: BC, D9 and B9. RGB value is (188,217,185). Sum of RGB (Red+Green+Blue) = 188+217+185=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9B9 is #432646. Grayscale: #CCCCCC. Windows color (decimal): -4400711 or 12179900. OLE color: 12179900.

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

Color convert

RGB 188 217 185 -
CMYK 0.13 0 0.15 0.15
HSL 114.38º 0.3% 0.79% -
HSV(B) 114.38º 0.15% 0.85% -
XYZ 54.31 63.82 55.36 -
YUV 204.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 188 217 185 0.13 0 0.15 0.15 114.38 0.3 0.79
Hex BC D9 B9 D 0 F F 72 1E 4F
Octal 274 331 271 15 0 17 17 162 36 117
Binary 10111100 11011001 10111001 1101 0 1111 1111 1110010 11110 1001111

Color Harmonies of #BCD9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9B9

Black with #BCD9B9

Text Example


Text Example

White with #BCD9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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