Html Css Color HEX #BCCCB8 Surf Crest

📋 copy color: '#BCCCB8'

red 188 ◦ green 204 ◦ blue 184

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

Shades of Surf Crest #BCCCB8

Tints of Surf Crest #BCCCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.42%

 BLUE value IS 184 (72.27% from 255) = 31.94%

R = 32.64%
G = 35.42%
B = 31.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#BCCCB8 (or 0xBCCCB8) is known color: Surf Crest. HEX triplet: BC, CC and B8. RGB value is (188,204,184). Sum of RGB (Red+Green+Blue) = 188+204+184=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB8 is #433347. Grayscale: #C5C5C5. Windows color (decimal): -4404040 or 12111036. OLE color: 12111036.

HSL color Cylindrical-coordinate representation of color #BCCCB8: hue angle of 108º degrees, saturation: 0.16, 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 #BCCCB8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 184 -
CMYK 0.08 0 0.10 0.2
HSL 108º 0.16% 0.76% -
HSV(B) 108º 0.1% 0.8% -
XYZ 50.98 57.34 53.73 -
YUV 196.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 188 204 184 0.08 0 0.10 0.2 108 0.16 0.76
Hex BC CC B8 8 0 A 14 6C 10 4C
Octal 274 314 270 10 0 12 24 154 20 114
Binary 10111100 11001100 10111000 1000 0 1010 10100 1101100 10000 1001100

Color Harmonies of #BCCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCB8

Black with #BCCCB8

Text Example


Text Example

White with #BCCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCB8; }

 p { color: rgb(188,204,184); }

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

background-color css

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

 a { background-color: rgb(188,204,184); }

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

border-color css

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

 span { border-color: rgb(188,204,184); }

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