Html Css Color HEX #BCDDB9 Surf Crest

📋 copy color: '#BCDDB9'

red 188 ◦ green 221 ◦ blue 185

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

Shades of Surf Crest #BCDDB9

Tints of Surf Crest #BCDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.21%

 BLUE value IS 185 (72.66% from 255) = 31.14%

R = 31.65%
G = 37.21%
B = 31.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#BCDDB9 (or 0xBCDDB9) is known color: Surf Crest. HEX triplet: BC, DD and B9. RGB value is (188,221,185). Sum of RGB (Red+Green+Blue) = 188+221+185=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDB9 is #432246. Grayscale: #CFCFCF. Windows color (decimal): -4399687 or 12180924. OLE color: 12180924.

HSL color Cylindrical-coordinate representation of color #BCDDB9: hue angle of 115º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDDB9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 185 -
CMYK 0.15 0 0.16 0.13
HSL 115º 0.35% 0.8% -
HSV(B) 115º 0.16% 0.87% -
XYZ 55.35 65.91 55.7 -
YUV 207.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 188 221 185 0.15 0 0.16 0.13 115 0.35 0.8
Hex BC DD B9 F 0 10 D 73 23 50
Octal 274 335 271 17 0 20 15 163 43 120
Binary 10111100 11011101 10111001 1111 0 10000 1101 1110011 100011 1010000

Color Harmonies of #BCDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDB9

Black with #BCDDB9

Text Example


Text Example

White with #BCDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDB9; }

 p { color: rgb(188,221,185); }

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

background-color css

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

 a { background-color: rgb(188,221,185); }

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

border-color css

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

 span { border-color: rgb(188,221,185); }

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