Html Css Color HEX #BCCCB7 Surf Crest

📋 copy color: '#BCCCB7'

red 188 ◦ green 204 ◦ blue 183

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

Shades of Surf Crest #BCCCB7

Tints of Surf Crest #BCCCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.83%

R = 32.7%
G = 35.48%
B = 31.83%

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

#BCCCB7 (or 0xBCCCB7) is known color: Surf Crest. HEX triplet: BC, CC and B7. RGB value is (188,204,183). Sum of RGB (Red+Green+Blue) = 188+204+183=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB7 is #433348. Grayscale: #C4C4C4. Windows color (decimal): -4404041 or 12045500. OLE color: 12045500.

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

Color convert

RGB 188 204 183 -
CMYK 0.08 0 0.10 0.2
HSL 105.71º 0.17% 0.76% -
HSV(B) 105.71º 0.1% 0.8% -
XYZ 50.88 57.3 53.18 -
YUV 196.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 188 204 183 0.08 0 0.10 0.2 105.71 0.17 0.76
Hex BC CC B7 8 0 A 14 6A 11 4C
Octal 274 314 267 10 0 12 24 152 21 114
Binary 10111100 11001100 10110111 1000 0 1010 10100 1101010 10001 1001100

Color Harmonies of #BCCCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCB7

Black with #BCCCB7

Text Example


Text Example

White with #BCCCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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