Html Css Color HEX #BDD6B0 Surf Crest

📋 copy color: '#BDD6B0'

red 189 ◦ green 214 ◦ blue 176

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

Shades of Surf Crest #BDD6B0

Tints of Surf Crest #BDD6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.4%

R = 32.64%
G = 36.96%
B = 30.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BDD6B0 (or 0xBDD6B0) is known color: Surf Crest. HEX triplet: BD, D6 and B0. RGB value is (189,214,176). Sum of RGB (Red+Green+Blue) = 189+214+176=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD6B0 is #42294F. Grayscale: #CACACA. Windows color (decimal): -4335952 or 11589309. OLE color: 11589309.

HSL color Cylindrical-coordinate representation of color #BDD6B0: hue angle of 99.47º degrees, saturation: 0.32, 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 #BDD6B0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 176 -
CMYK 0.12 0 0.18 0.16
HSL 99.47º 0.32% 0.76% -
HSV(B) 99.47º 0.18% 0.84% -
XYZ 52.87 62.05 50.26 -
YUV 202.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 189 214 176 0.12 0 0.18 0.16 99.47 0.32 0.76
Hex BD D6 B0 C 0 12 10 63 20 4C
Octal 275 326 260 14 0 22 20 143 40 114
Binary 10111101 11010110 10110000 1100 0 10010 10000 1100011 100000 1001100

Color Harmonies of #BDD6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6B0

Black with #BDD6B0

Text Example


Text Example

White with #BDD6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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