Html Css Color HEX #B8CEBA Surf

📋 copy color: '#B8CEBA'

red 184 ◦ green 206 ◦ blue 186

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

Shades of Surf #B8CEBA

Tints of Surf #B8CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 31.94%
G = 35.76%
B = 32.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B8CEBA (or 0xB8CEBA) is known color: Surf. HEX triplet: B8, CE and BA. RGB value is (184,206,186). Sum of RGB (Red+Green+Blue) = 184+206+186=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEBA is #473145. Grayscale: #C5C5C5. Windows color (decimal): -4665670 or 12242616. OLE color: 12242616.

HSL color Cylindrical-coordinate representation of color #B8CEBA: hue angle of 125.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CEBA is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 206 186 -
CMYK 0.11 0 0.10 0.19
HSL 125.45º 0.18% 0.76% -
HSV(B) 125.45º 0.11% 0.81% -
XYZ 50.7 57.88 54.95 -
YUV 197.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 184 206 186 0.11 0 0.10 0.19 125.45 0.18 0.76
Hex B8 CE BA B 0 A 13 7D 12 4C
Octal 270 316 272 13 0 12 23 175 22 114
Binary 10111000 11001110 10111010 1011 0 1010 10011 1111101 10010 1001100

Color Harmonies of #B8CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CEBA

Black with #B8CEBA

Text Example


Text Example

White with #B8CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CEBA; }

 p { color: rgb(184,206,186); }

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

background-color css

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

 a { background-color: rgb(184,206,186); }

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

border-color css

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

 span { border-color: rgb(184,206,186); }

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