Html Css Color HEX #BCCDB5 Surf Crest

📋 copy color: '#BCCDB5'

red 188 ◦ green 205 ◦ blue 181

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

Shades of Surf Crest #BCCDB5

Tints of Surf Crest #BCCDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.53%

R = 32.75%
G = 35.71%
B = 31.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#BCCDB5 (or 0xBCCDB5) is known color: Surf Crest. HEX triplet: BC, CD and B5. RGB value is (188,205,181). Sum of RGB (Red+Green+Blue) = 188+205+181=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDB5 is #43324A. Grayscale: #C5C5C5. Windows color (decimal): -4403787 or 11914684. OLE color: 11914684.

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

Color convert

RGB 188 205 181 -
CMYK 0.08 0 0.12 0.20
HSL 102.5º 0.19% 0.76% -
HSV(B) 102.5º 0.12% 0.8% -
XYZ 50.91 57.69 52.17 -
YUV 197.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 188 205 181 0.08 0 0.12 0.20 102.5 0.19 0.76
Hex BC CD B5 8 0 C 14 66 13 4C
Octal 274 315 265 10 0 14 24 146 23 114
Binary 10111100 11001101 10110101 1000 0 1100 10100 1100110 10011 1001100

Color Harmonies of #BCCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDB5

Black with #BCCDB5

Text Example


Text Example

White with #BCCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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