Html Css Color HEX #BDD3BA Surf Crest

📋 copy color: '#BDD3BA'

red 189 ◦ green 211 ◦ blue 186

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

Shades of Surf Crest #BDD3BA

Tints of Surf Crest #BDD3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.01%

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

R = 32.25%
G = 36.01%
B = 31.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BDD3BA (or 0xBDD3BA) is known color: Surf Crest. HEX triplet: BD, D3 and BA. RGB value is (189,211,186). Sum of RGB (Red+Green+Blue) = 189+211+186=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3BA is #422C45. Grayscale: #C9C9C9. Windows color (decimal): -4336710 or 12243901. OLE color: 12243901.

HSL color Cylindrical-coordinate representation of color #BDD3BA: hue angle of 112.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD3BA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 186 -
CMYK 0.10 0 0.12 0.17
HSL 112.8º 0.22% 0.78% -
HSV(B) 112.8º 0.12% 0.83% -
XYZ 53.14 60.95 55.42 -
YUV 201.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 189 211 186 0.10 0 0.12 0.17 112.8 0.22 0.78
Hex BD D3 BA A 0 C 11 71 16 4E
Octal 275 323 272 12 0 14 21 161 26 116
Binary 10111101 11010011 10111010 1010 0 1100 10001 1110001 10110 1001110

Color Harmonies of #BDD3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3BA

Black with #BDD3BA

Text Example


Text Example

White with #BDD3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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