Html Css Color HEX #BCD5AF Surf Crest

📋 copy color: '#BCD5AF'

red 188 ◦ green 213 ◦ blue 175

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

Shades of Surf Crest #BCD5AF

Tints of Surf Crest #BCD5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.38%

R = 32.64%
G = 36.98%
B = 30.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BCD5AF (or 0xBCD5AF) is known color: Surf Crest. HEX triplet: BC, D5 and AF. RGB value is (188,213,175). Sum of RGB (Red+Green+Blue) = 188+213+175=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5AF is #432A50. Grayscale: #C9C9C9. Windows color (decimal): -4401745 or 11523516. OLE color: 11523516.

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

Color convert

RGB 188 213 175 -
CMYK 0.12 0 0.18 0.16
HSL 99.47º 0.31% 0.76% -
HSV(B) 99.47º 0.18% 0.84% -
XYZ 52.27 61.38 49.65 -
YUV 201.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 188 213 175 0.12 0 0.18 0.16 99.47 0.31 0.76
Hex BC D5 AF C 0 12 10 63 1F 4C
Octal 274 325 257 14 0 22 20 143 37 114
Binary 10111100 11010101 10101111 1100 0 10010 10000 1100011 11111 1001100

Color Harmonies of #BCD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5AF

Black with #BCD5AF

Text Example


Text Example

White with #BCD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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