Html Css Color HEX #BCD8BB Surf

📋 copy color: '#BCD8BB'

red 188 ◦ green 216 ◦ blue 187

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

Shades of Surf #BCD8BB

Tints of Surf #BCD8BB

RGB

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

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

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

R = 31.81%
G = 36.55%
B = 31.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#BCD8BB (or 0xBCD8BB) is known color: Surf. HEX triplet: BC, D8 and BB. RGB value is (188,216,187). Sum of RGB (Red+Green+Blue) = 188+216+187=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8BB is #432744. Grayscale: #CCCCCC. Windows color (decimal): -4400965 or 12310716. OLE color: 12310716.

HSL color Cylindrical-coordinate representation of color #BCD8BB: hue angle of 117.93º degrees, saturation: 0.27, 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 #BCD8BB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 187 -
CMYK 0.13 0 0.13 0.15
HSL 117.93º 0.27% 0.79% -
HSV(B) 117.93º 0.13% 0.85% -
XYZ 54.26 63.39 56.39 -
YUV 204.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 188 216 187 0.13 0 0.13 0.15 117.93 0.27 0.79
Hex BC D8 BB D 0 D F 76 1B 4F
Octal 274 330 273 15 0 15 17 166 33 117
Binary 10111100 11011000 10111011 1101 0 1101 1111 1110110 11011 1001111

Color Harmonies of #BCD8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8BB

Black with #BCD8BB

Text Example


Text Example

White with #BCD8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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