Html Css Color HEX #BDD8B6 Surf Crest

📋 copy color: '#BDD8B6'

red 189 ◦ green 216 ◦ blue 182

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

Shades of Surf Crest #BDD8B6

Tints of Surf Crest #BDD8B6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.8%

 BLUE value IS 182 (71.48% from 255) = 31.01%

R = 32.2%
G = 36.8%
B = 31.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#BDD8B6 (or 0xBDD8B6) is known color: Surf Crest. HEX triplet: BD, D8 and B6. RGB value is (189,216,182). Sum of RGB (Red+Green+Blue) = 189+216+182=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8B6 is #422749. Grayscale: #CCCCCC. Windows color (decimal): -4335434 or 11983037. OLE color: 11983037.

HSL color Cylindrical-coordinate representation of color #BDD8B6: hue angle of 107.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD8B6 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 182 -
CMYK 0.12 0 0.16 0.15
HSL 107.65º 0.3% 0.78% -
HSV(B) 107.65º 0.16% 0.85% -
XYZ 53.99 63.31 53.63 -
YUV 204.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 189 216 182 0.12 0 0.16 0.15 107.65 0.3 0.78
Hex BD D8 B6 C 0 10 F 6C 1E 4E
Octal 275 330 266 14 0 20 17 154 36 116
Binary 10111101 11011000 10110110 1100 0 10000 1111 1101100 11110 1001110

Color Harmonies of #BDD8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8B6

Black with #BDD8B6

Text Example


Text Example

White with #BDD8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8B6; }

 p { color: rgb(189,216,182); }

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

background-color css

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

 a { background-color: rgb(189,216,182); }

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

border-color css

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

 span { border-color: rgb(189,216,182); }

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