Html Css Color HEX #BCD7B9 Surf Crest

📋 copy color: '#BCD7B9'

red 188 ◦ green 215 ◦ blue 185

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

Shades of Surf Crest #BCD7B9

Tints of Surf Crest #BCD7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.56%

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

R = 31.97%
G = 36.56%
B = 31.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#BCD7B9 (or 0xBCD7B9) is known color: Surf Crest. HEX triplet: BC, D7 and B9. RGB value is (188,215,185). Sum of RGB (Red+Green+Blue) = 188+215+185=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7B9 is #432846. Grayscale: #CBCBCB. Windows color (decimal): -4401223 or 12179388. OLE color: 12179388.

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

Color convert

RGB 188 215 185 -
CMYK 0.13 0 0.14 0.16
HSL 114º 0.27% 0.78% -
HSV(B) 114º 0.14% 0.84% -
XYZ 53.8 62.8 55.18 -
YUV 203.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 188 215 185 0.13 0 0.14 0.16 114 0.27 0.78
Hex BC D7 B9 D 0 E 10 72 1B 4E
Octal 274 327 271 15 0 16 20 162 33 116
Binary 10111100 11010111 10111001 1101 0 1110 10000 1110010 11011 1001110

Color Harmonies of #BCD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7B9

Black with #BCD7B9

Text Example


Text Example

White with #BCD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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