Html Css Color HEX #BBCFBE Surf

📋 copy color: '#BBCFBE'

red 187 ◦ green 207 ◦ blue 190

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

Shades of Surf #BBCFBE

Tints of Surf #BBCFBE

RGB

 RED value IS 187 (73.44% from 255) = 32.02%

 GREEN value IS 207 (81.25% from 255) = 35.45%

 BLUE value IS 190 (74.61% from 255) = 32.53%

R = 32.02%
G = 35.45%
B = 32.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#BBCFBE (or 0xBBCFBE) is known color: Surf. HEX triplet: BB, CF and BE. RGB value is (187,207,190). Sum of RGB (Red+Green+Blue) = 187+207+190=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFBE is #443041. Grayscale: #C7C7C7. Windows color (decimal): -4468802 or 12505019. OLE color: 12505019.

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

Color convert

RGB 187 207 190 -
CMYK 0.10 0 0.08 0.19
HSL 129º 0.17% 0.77% -
HSV(B) 129º 0.1% 0.81% -
XYZ 52.1 58.91 57.34 -
YUV 199.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 187 207 190 0.10 0 0.08 0.19 129 0.17 0.77
Hex BB CF BE A 0 8 13 81 11 4D
Octal 273 317 276 12 0 10 23 201 21 115
Binary 10111011 11001111 10111110 1010 0 1000 10011 10000001 10001 1001101

Color Harmonies of #BBCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFBE

Black with #BBCFBE

Text Example


Text Example

White with #BBCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFBE; }

 p { color: rgb(187,207,190); }

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

background-color css

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

 a { background-color: rgb(187,207,190); }

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

border-color css

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

 span { border-color: rgb(187,207,190); }

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