Html Css Color HEX #BCD8BE Surf

📋 copy color: '#BCD8BE'

red 188 ◦ green 216 ◦ blue 190

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

Shades of Surf #BCD8BE

Tints of Surf #BCD8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

 BLUE value IS 190 (74.61% from 255) = 31.99%

R = 31.65%
G = 36.36%
B = 31.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BCD8BE (or 0xBCD8BE) is known color: Surf. HEX triplet: BC, D8 and BE. RGB value is (188,216,190). Sum of RGB (Red+Green+Blue) = 188+216+190=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8BE is #432741. Grayscale: #CCCCCC. Windows color (decimal): -4400962 or 12507324. OLE color: 12507324.

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

Color convert

RGB 188 216 190 -
CMYK 0.13 0 0.12 0.15
HSL 124.29º 0.26% 0.79% -
HSV(B) 124.29º 0.13% 0.85% -
XYZ 54.59 63.52 58.1 -
YUV 204.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 188 216 190 0.13 0 0.12 0.15 124.29 0.26 0.79
Hex BC D8 BE D 0 C F 7C 1A 4F
Octal 274 330 276 15 0 14 17 174 32 117
Binary 10111100 11011000 10111110 1101 0 1100 1111 1111100 11010 1001111

Color Harmonies of #BCD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8BE

Black with #BCD8BE

Text Example


Text Example

White with #BCD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8BE; }

 p { color: rgb(188,216,190); }

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

background-color css

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

 a { background-color: rgb(188,216,190); }

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

border-color css

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

 span { border-color: rgb(188,216,190); }

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