Html Css Color HEX #BDD8BE Surf

📋 copy color: '#BDD8BE'

red 189 ◦ green 216 ◦ blue 190

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

Shades of Surf #BDD8BE

Tints of Surf #BDD8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.3%

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

R = 31.76%
G = 36.3%
B = 31.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#BDD8BE (or 0xBDD8BE) is known color: Surf. HEX triplet: BD, D8 and BE. RGB value is (189,216,190). Sum of RGB (Red+Green+Blue) = 189+216+190=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8BE is #422741. Grayscale: #CDCDCD. Windows color (decimal): -4335426 or 12507325. OLE color: 12507325.

HSL color Cylindrical-coordinate representation of color #BDD8BE: hue angle of 122.22º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8BE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 190 -
CMYK 0.12 0 0.12 0.15
HSL 122.22º 0.26% 0.79% -
HSV(B) 122.22º 0.13% 0.85% -
XYZ 54.84 63.65 58.11 -
YUV 204.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 189 216 190 0.12 0 0.12 0.15 122.22 0.26 0.79
Hex BD D8 BE C 0 C F 7A 1A 4F
Octal 275 330 276 14 0 14 17 172 32 117
Binary 10111101 11011000 10111110 1100 0 1100 1111 1111010 11010 1001111

Color Harmonies of #BDD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8BE

Black with #BDD8BE

Text Example


Text Example

White with #BDD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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