Html Css Color HEX #BDDFBE Surf

📋 copy color: '#BDDFBE'

red 189 ◦ green 223 ◦ blue 190

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

Shades of Surf #BDDFBE

Tints of Surf #BDDFBE

RGB

 RED value IS 189 (74.22% from 255) = 31.4%

 GREEN value IS 223 (87.5% from 255) = 37.04%

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

R = 31.4%
G = 37.04%
B = 31.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BDDFBE (or 0xBDDFBE) is known color: Surf. HEX triplet: BD, DF and BE. RGB value is (189,223,190). Sum of RGB (Red+Green+Blue) = 189+223+190=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFBE is #422041. Grayscale: #D1D1D1. Windows color (decimal): -4333634 or 12509117. OLE color: 12509117.

HSL color Cylindrical-coordinate representation of color #BDDFBE: hue angle of 121.76º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFBE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 190 -
CMYK 0.15 0 0.15 0.13
HSL 121.76º 0.35% 0.81% -
HSV(B) 121.76º 0.15% 0.87% -
XYZ 56.67 67.31 58.72 -
YUV 209.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 189 223 190 0.15 0 0.15 0.13 121.76 0.35 0.81
Hex BD DF BE F 0 F D 7A 23 51
Octal 275 337 276 17 0 17 15 172 43 121
Binary 10111101 11011111 10111110 1111 0 1111 1101 1111010 100011 1010001

Color Harmonies of #BDDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFBE

Black with #BDDFBE

Text Example


Text Example

White with #BDDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFBE; }

 p { color: rgb(189,223,190); }

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

background-color css

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

 a { background-color: rgb(189,223,190); }

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

border-color css

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

 span { border-color: rgb(189,223,190); }

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