Html Css Color HEX #BCD6B3 Surf Crest

📋 copy color: '#BCD6B3'

red 188 ◦ green 214 ◦ blue 179

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

Shades of Surf Crest #BCD6B3

Tints of Surf Crest #BCD6B3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.83%

 BLUE value IS 179 (70.31% from 255) = 30.81%

R = 32.36%
G = 36.83%
B = 30.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#BCD6B3 (or 0xBCD6B3) is known color: Surf Crest. HEX triplet: BC, D6 and B3. RGB value is (188,214,179). Sum of RGB (Red+Green+Blue) = 188+214+179=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6B3 is #43294C. Grayscale: #CACACA. Windows color (decimal): -4401485 or 11785916. OLE color: 11785916.

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

Color convert

RGB 188 214 179 -
CMYK 0.12 0 0.16 0.16
HSL 104.57º 0.3% 0.77% -
HSV(B) 104.57º 0.16% 0.84% -
XYZ 52.92 62.04 51.83 -
YUV 202.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 188 214 179 0.12 0 0.16 0.16 104.57 0.3 0.77
Hex BC D6 B3 C 0 10 10 69 1E 4D
Octal 274 326 263 14 0 20 20 151 36 115
Binary 10111100 11010110 10110011 1100 0 10000 10000 1101001 11110 1001101

Color Harmonies of #BCD6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6B3

Black with #BCD6B3

Text Example


Text Example

White with #BCD6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6B3; }

 p { color: rgb(188,214,179); }

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

background-color css

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

 a { background-color: rgb(188,214,179); }

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

border-color css

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

 span { border-color: rgb(188,214,179); }

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