Html Css Color HEX #BDE1BA Surf Crest

📋 copy color: '#BDE1BA'

red 189 ◦ green 225 ◦ blue 186

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

Shades of Surf Crest #BDE1BA

Tints of Surf Crest #BDE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.5%

 BLUE value IS 186 (73.05% from 255) = 31%

R = 31.5%
G = 37.5%
B = 31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#BDE1BA (or 0xBDE1BA) is known color: Surf Crest. HEX triplet: BD, E1 and BA. RGB value is (189,225,186). Sum of RGB (Red+Green+Blue) = 189+225+186=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BA is #421E45. Grayscale: #D1D1D1. Windows color (decimal): -4333126 or 12247485. OLE color: 12247485.

HSL color Cylindrical-coordinate representation of color #BDE1BA: hue angle of 115.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE1BA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 186 -
CMYK 0.16 0 0.17 0.12
HSL 115.38º 0.39% 0.81% -
HSV(B) 115.38º 0.17% 0.88% -
XYZ 56.77 68.21 56.63 -
YUV 209.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 189 225 186 0.16 0 0.17 0.12 115.38 0.39 0.81
Hex BD E1 BA 10 0 11 C 73 27 51
Octal 275 341 272 20 0 21 14 163 47 121
Binary 10111101 11100001 10111010 10000 0 10001 1100 1110011 100111 1010001

Color Harmonies of #BDE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1BA

Black with #BDE1BA

Text Example


Text Example

White with #BDE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1BA; }

 p { color: rgb(189,225,186); }

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

background-color css

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

 a { background-color: rgb(189,225,186); }

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

border-color css

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

 span { border-color: rgb(189,225,186); }

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