Html Css Color HEX #BDD6BF Surf

📋 copy color: '#BDD6BF'

red 189 ◦ green 214 ◦ blue 191

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

Shades of Surf #BDD6BF

Tints of Surf #BDD6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

 BLUE value IS 191 (75% from 255) = 32.15%

R = 31.82%
G = 36.03%
B = 32.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#BDD6BF (or 0xBDD6BF) is known color: Surf. HEX triplet: BD, D6 and BF. RGB value is (189,214,191). Sum of RGB (Red+Green+Blue) = 189+214+191=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6BF is #422940. Grayscale: #CBCBCB. Windows color (decimal): -4335937 or 12572349. OLE color: 12572349.

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

Color convert

RGB 189 214 191 -
CMYK 0.12 0 0.11 0.16
HSL 124.8º 0.23% 0.79% -
HSV(B) 124.8º 0.12% 0.84% -
XYZ 54.44 62.67 58.52 -
YUV 203.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 189 214 191 0.12 0 0.11 0.16 124.8 0.23 0.79
Hex BD D6 BF C 0 B 10 7D 17 4F
Octal 275 326 277 14 0 13 20 175 27 117
Binary 10111101 11010110 10111111 1100 0 1011 10000 1111101 10111 1001111

Color Harmonies of #BDD6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6BF

Black with #BDD6BF

Text Example


Text Example

White with #BDD6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6BF; }

 p { color: rgb(189,214,191); }

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

background-color css

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

 a { background-color: rgb(189,214,191); }

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

border-color css

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

 span { border-color: rgb(189,214,191); }

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