Html Css Color HEX #BDE7B9 Surf Crest

📋 copy color: '#BDE7B9'

red 189 ◦ green 231 ◦ blue 185

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

Shades of Surf Crest #BDE7B9

Tints of Surf Crest #BDE7B9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.18%

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

R = 31.24%
G = 38.18%
B = 30.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#BDE7B9 (or 0xBDE7B9) is known color: Surf Crest. HEX triplet: BD, E7 and B9. RGB value is (189,231,185). Sum of RGB (Red+Green+Blue) = 189+231+185=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7B9 is #421846. Grayscale: #D5D5D5. Windows color (decimal): -4331591 or 12183485. OLE color: 12183485.

HSL color Cylindrical-coordinate representation of color #BDE7B9: hue angle of 114.78º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE7B9 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 185 -
CMYK 0.18 0 0.20 0.09
HSL 114.78º 0.49% 0.82% -
HSV(B) 114.78º 0.2% 0.91% -
XYZ 58.32 71.47 56.62 -
YUV 213.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 189 231 185 0.18 0 0.20 0.09 114.78 0.49 0.82
Hex BD E7 B9 12 0 14 9 73 31 52
Octal 275 347 271 22 0 24 11 163 61 122
Binary 10111101 11100111 10111001 10010 0 10100 1001 1110011 110001 1010010

Color Harmonies of #BDE7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7B9

Black with #BDE7B9

Text Example


Text Example

White with #BDE7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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