Html Css Color HEX #BDD8B2 Surf Crest

📋 copy color: '#BDD8B2'

red 189 ◦ green 216 ◦ blue 178

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

Shades of Surf Crest #BDD8B2

Tints of Surf Crest #BDD8B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.53%

R = 32.42%
G = 37.05%
B = 30.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#BDD8B2 (or 0xBDD8B2) is known color: Surf Crest. HEX triplet: BD, D8 and B2. RGB value is (189,216,178). Sum of RGB (Red+Green+Blue) = 189+216+178=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD8B2 is #42274D. Grayscale: #CBCBCB. Windows color (decimal): -4335438 or 11720893. OLE color: 11720893.

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

Color convert

RGB 189 216 178 -
CMYK 0.12 0 0.18 0.15
HSL 102.63º 0.33% 0.77% -
HSV(B) 102.63º 0.18% 0.85% -
XYZ 53.58 63.14 51.48 -
YUV 203.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 189 216 178 0.12 0 0.18 0.15 102.63 0.33 0.77
Hex BD D8 B2 C 0 12 F 67 21 4D
Octal 275 330 262 14 0 22 17 147 41 115
Binary 10111101 11011000 10110010 1100 0 10010 1111 1100111 100001 1001101

Color Harmonies of #BDD8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8B2

Black with #BDD8B2

Text Example


Text Example

White with #BDD8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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