Html Css Color HEX #BCCDB9 Surf Crest

📋 copy color: '#BCCDB9'

red 188 ◦ green 205 ◦ blue 185

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

Shades of Surf Crest #BCCDB9

Tints of Surf Crest #BCCDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

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

R = 32.53%
G = 35.47%
B = 32.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#BCCDB9 (or 0xBCCDB9) is known color: Surf Crest. HEX triplet: BC, CD and B9. RGB value is (188,205,185). Sum of RGB (Red+Green+Blue) = 188+205+185=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDB9 is #433246. Grayscale: #C5C5C5. Windows color (decimal): -4403783 or 12176828. OLE color: 12176828.

HSL color Cylindrical-coordinate representation of color #BCCDB9: hue angle of 111º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCDB9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 185 -
CMYK 0.08 0 0.10 0.20
HSL 111º 0.17% 0.76% -
HSV(B) 111º 0.1% 0.8% -
XYZ 51.33 57.86 54.36 -
YUV 197.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 188 205 185 0.08 0 0.10 0.20 111 0.17 0.76
Hex BC CD B9 8 0 A 14 6F 11 4C
Octal 274 315 271 10 0 12 24 157 21 114
Binary 10111100 11001101 10111001 1000 0 1010 10100 1101111 10001 1001100

Color Harmonies of #BCCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDB9

Black with #BCCDB9

Text Example


Text Example

White with #BCCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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