Html Css Color HEX #BCD5BB Surf

📋 copy color: '#BCD5BB'

red 188 ◦ green 213 ◦ blue 187

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

Shades of Surf #BCD5BB

Tints of Surf #BCD5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 31.97%
G = 36.22%
B = 31.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#BCD5BB (or 0xBCD5BB) is known color: Surf. HEX triplet: BC, D5 and BB. RGB value is (188,213,187). Sum of RGB (Red+Green+Blue) = 188+213+187=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BB is #432A44. Grayscale: #CACACA. Windows color (decimal): -4401733 or 12309948. OLE color: 12309948.

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

Color convert

RGB 188 213 187 -
CMYK 0.12 0 0.12 0.16
HSL 117.69º 0.24% 0.78% -
HSV(B) 117.69º 0.12% 0.84% -
XYZ 53.5 61.87 56.14 -
YUV 202.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 188 213 187 0.12 0 0.12 0.16 117.69 0.24 0.78
Hex BC D5 BB C 0 C 10 76 18 4E
Octal 274 325 273 14 0 14 20 166 30 116
Binary 10111100 11010101 10111011 1100 0 1100 10000 1110110 11000 1001110

Color Harmonies of #BCD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5BB

Black with #BCD5BB

Text Example


Text Example

White with #BCD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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