Html Css Color HEX #BDDAB7 Surf Crest

📋 copy color: '#BDDAB7'

red 189 ◦ green 218 ◦ blue 183

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

Shades of Surf Crest #BDDAB7

Tints of Surf Crest #BDDAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.02%

R = 32.03%
G = 36.95%
B = 31.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#BDDAB7 (or 0xBDDAB7) is known color: Surf Crest. HEX triplet: BD, DA and B7. RGB value is (189,218,183). Sum of RGB (Red+Green+Blue) = 189+218+183=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB7 is #422548. Grayscale: #CDCDCD. Windows color (decimal): -4334921 or 12049085. OLE color: 12049085.

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

Color convert

RGB 189 218 183 -
CMYK 0.13 0 0.16 0.15
HSL 109.71º 0.32% 0.79% -
HSV(B) 109.71º 0.16% 0.85% -
XYZ 54.6 64.38 54.35 -
YUV 205.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 189 218 183 0.13 0 0.16 0.15 109.71 0.32 0.79
Hex BD DA B7 D 0 10 F 6E 20 4F
Octal 275 332 267 15 0 20 17 156 40 117
Binary 10111101 11011010 10110111 1101 0 10000 1111 1101110 100000 1001111

Color Harmonies of #BDDAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB7

Black with #BDDAB7

Text Example


Text Example

White with #BDDAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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