Html Css Color HEX #BDDAB9 Surf Crest

📋 copy color: '#BDDAB9'

red 189 ◦ green 218 ◦ blue 185

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

Shades of Surf Crest #BDDAB9

Tints of Surf Crest #BDDAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.82%

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

R = 31.93%
G = 36.82%
B = 31.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#BDDAB9 (or 0xBDDAB9) is known color: Surf Crest. HEX triplet: BD, DA and B9. RGB value is (189,218,185). Sum of RGB (Red+Green+Blue) = 189+218+185=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB9 is #422546. Grayscale: #CDCDCD. Windows color (decimal): -4334919 or 12180157. OLE color: 12180157.

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

Color convert

RGB 189 218 185 -
CMYK 0.13 0 0.15 0.15
HSL 112.73º 0.31% 0.79% -
HSV(B) 112.73º 0.15% 0.85% -
XYZ 54.81 64.46 55.45 -
YUV 205.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 189 218 185 0.13 0 0.15 0.15 112.73 0.31 0.79
Hex BD DA B9 D 0 F F 71 1F 4F
Octal 275 332 271 15 0 17 17 161 37 117
Binary 10111101 11011010 10111001 1101 0 1111 1111 1110001 11111 1001111

Color Harmonies of #BDDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB9

Black with #BDDAB9

Text Example


Text Example

White with #BDDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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