Html Css Color HEX #BDDDB9 Surf Crest

📋 copy color: '#BDDDB9'

red 189 ◦ green 221 ◦ blue 185

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

Shades of Surf Crest #BDDDB9

Tints of Surf Crest #BDDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.14%

 BLUE value IS 185 (72.66% from 255) = 31.09%

R = 31.76%
G = 37.14%
B = 31.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#BDDDB9 (or 0xBDDDB9) is known color: Surf Crest. HEX triplet: BD, DD and B9. RGB value is (189,221,185). Sum of RGB (Red+Green+Blue) = 189+221+185=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDB9 is #422246. Grayscale: #CFCFCF. Windows color (decimal): -4334151 or 12180925. OLE color: 12180925.

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

Color convert

RGB 189 221 185 -
CMYK 0.14 0 0.16 0.13
HSL 113.33º 0.35% 0.8% -
HSV(B) 113.33º 0.16% 0.87% -
XYZ 55.6 66.03 55.71 -
YUV 207.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 189 221 185 0.14 0 0.16 0.13 113.33 0.35 0.8
Hex BD DD B9 E 0 10 D 71 23 50
Octal 275 335 271 16 0 20 15 161 43 120
Binary 10111101 11011101 10111001 1110 0 10000 1101 1110001 100011 1010000

Color Harmonies of #BDDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDB9

Black with #BDDDB9

Text Example


Text Example

White with #BDDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDB9; }

 p { color: rgb(189,221,185); }

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

background-color css

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

 a { background-color: rgb(189,221,185); }

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

border-color css

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

 span { border-color: rgb(189,221,185); }

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