Html Css Color HEX #BDDAB3 Surf Crest

📋 copy color: '#BDDAB3'

red 189 ◦ green 218 ◦ blue 179

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

Shades of Surf Crest #BDDAB3

Tints of Surf Crest #BDDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.55%

R = 32.25%
G = 37.2%
B = 30.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#BDDAB3 (or 0xBDDAB3) is known color: Surf Crest. HEX triplet: BD, DA and B3. RGB value is (189,218,179). Sum of RGB (Red+Green+Blue) = 189+218+179=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB3 is #42254C. Grayscale: #CDCDCD. Windows color (decimal): -4334925 or 11786941. OLE color: 11786941.

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

Color convert

RGB 189 218 179 -
CMYK 0.13 0 0.18 0.15
HSL 104.62º 0.35% 0.78% -
HSV(B) 104.62º 0.18% 0.85% -
XYZ 54.19 64.22 52.19 -
YUV 204.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 189 218 179 0.13 0 0.18 0.15 104.62 0.35 0.78
Hex BD DA B3 D 0 12 F 69 23 4E
Octal 275 332 263 15 0 22 17 151 43 116
Binary 10111101 11011010 10110011 1101 0 10010 1111 1101001 100011 1001110

Color Harmonies of #BDDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB3

Black with #BDDAB3

Text Example


Text Example

White with #BDDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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