Html Css Color HEX #BDD5AF Surf Crest

📋 copy color: '#BDD5AF'

red 189 ◦ green 213 ◦ blue 175

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

Shades of Surf Crest #BDD5AF

Tints of Surf Crest #BDD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.92%

 BLUE value IS 175 (68.75% from 255) = 30.33%

R = 32.76%
G = 36.92%
B = 30.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BDD5AF (or 0xBDD5AF) is known color: Surf Crest. HEX triplet: BD, D5 and AF. RGB value is (189,213,175). Sum of RGB (Red+Green+Blue) = 189+213+175=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5AF is #422A50. Grayscale: #C9C9C9. Windows color (decimal): -4336209 or 11523517. OLE color: 11523517.

HSL color Cylindrical-coordinate representation of color #BDD5AF: hue angle of 97.89º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD5AF is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 175 -
CMYK 0.11 0 0.18 0.16
HSL 97.89º 0.31% 0.76% -
HSV(B) 97.89º 0.18% 0.84% -
XYZ 52.52 61.5 49.66 -
YUV 201.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 189 213 175 0.11 0 0.18 0.16 97.89 0.31 0.76
Hex BD D5 AF B 0 12 10 62 1F 4C
Octal 275 325 257 13 0 22 20 142 37 114
Binary 10111101 11010101 10101111 1011 0 10010 10000 1100010 11111 1001100

Color Harmonies of #BDD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5AF

Black with #BDD5AF

Text Example


Text Example

White with #BDD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5AF; }

 p { color: rgb(189,213,175); }

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

background-color css

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

 a { background-color: rgb(189,213,175); }

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

border-color css

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

 span { border-color: rgb(189,213,175); }

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